Skip to content

Commit

Permalink
Imagick::getRegistry() may return false
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Galanin authored and Danack committed Jun 25, 2024
1 parent fb79597 commit 0d9216c
Show file tree
Hide file tree
Showing 3 changed files with 742 additions and 366 deletions.
2 changes: 1 addition & 1 deletion Imagick.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ public function similarityImage(Imagick $image, ?array &$offset = null, ?float &

public static function setRegistry(string $key, string $value): bool {}

public static function getRegistry(string $key): string {}
public static function getRegistry(string $key): string|false {}

public static function listRegistry(): array {}

Expand Down
Loading

0 comments on commit 0d9216c

Please sign in to comment.