Skip to content

Commit e92d478

Browse files
committed
Imagick::getConfigureOptions() returns array instead of string
1 parent 4189782 commit e92d478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4729,7 +4729,7 @@
47294729
'Imagick::getColorspace' => ['Imagick::COLORSPACE_*'],
47304730
'Imagick::getCompression' => ['Imagick::COMPRESSION_*'],
47314731
'Imagick::getCompressionQuality' => ['int'],
4732-
'Imagick::getConfigureOptions' => ['array'],
4732+
'Imagick::getConfigureOptions' => ['array<string, string>'],
47334733
'Imagick::getCopyright' => ['string'],
47344734
'Imagick::getFeatures' => ['string'],
47354735
'Imagick::getFilename' => ['string'],

0 commit comments

Comments
 (0)