Skip to content

Commit

Permalink
[phpstorm-stubs] WI-77424 update return type
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Nov 4, 2024
1 parent 23818f6 commit 1f0dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagick/imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ public function getImageChannelRange($channel) {}
* (No version information available, might only be in SVN)<br/>
* Gets the image alpha channel
* @link https://php.net/manual/en/imagick.getimagealphachannel.php
* @return int a constant defining the current alpha channel value. Refer to this
* @return bool a constant defining the current alpha channel value. Refer to this
* list of alpha channel constants.
* @throws ImagickException on error.
*/
Expand Down

0 comments on commit 1f0dca0

Please sign in to comment.