Skip to content

Commit

Permalink
Fix Imagick::getConfigureOptions()
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse authored Dec 19, 2024
1 parent 9983138 commit 3676d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imagick/imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -5153,11 +5153,11 @@ public function similarityImage(Imagick $imagick, array &$bestMatch, &$similarit

/**
* Returns any ImageMagick configure options that match the specified pattern (e.g. "*" for all). Options include NAME, VERSION, LIB_VERSION, etc.
* @return string
* @return string[]
* @since 3.4.0
*/
#[Pure]
public function getConfigureOptions() {}
public static function getConfigureOptions() {}

/**
* GetFeatures() returns the ImageMagick features that have been compiled into the runtime.
Expand Down

0 comments on commit 3676d5e

Please sign in to comment.