Skip to content

Commit

Permalink
Merge pull request #1376 from phalcon/sergeyklay-patch-1
Browse files Browse the repository at this point in the history
Fixed Imagick::getVersion
  • Loading branch information
sergeyklay authored Dec 26, 2016
2 parents c701ae2 + ff0a645 commit 75a6939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function setImageBackgroundColor()

}

public function getVersion()
public static function getVersion()
{

}
Expand Down

0 comments on commit 75a6939

Please sign in to comment.