Skip to content

Commit

Permalink
Correct return types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Jun 26, 2024
1 parent bb38671 commit 4ddecf3
Show file tree
Hide file tree
Showing 6 changed files with 1,910 additions and 908 deletions.
2 changes: 1 addition & 1 deletion Imagick.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Imagick
{
public function optimizeImageLayers(): bool {}
public function optimizeImageLayers(): Imagick {}

// METRIC_*
public function compareImageLayers(int $metric): Imagick {}
Expand Down
Loading

0 comments on commit 4ddecf3

Please sign in to comment.