Skip to content

Commit f6b1501

Browse files
kingjia90blankse
andauthored
apply suggestions
Co-authored-by: Sebastian Blank <blank@data-factory.net>
1 parent 7bf74cc commit f6b1501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5016,9 +5016,9 @@
50165016
'Imagick::waveImage' => ['bool', 'amplitude'=>'float', 'length'=>'float'],
50175017
'Imagick::whiteThresholdImage' => ['bool', 'threshold'=>'mixed'],
50185018
'Imagick::writeImage' => ['bool', 'filename='=>'string'],
5019-
'Imagick::writeImageFile' => ['bool', 'filehandle'=>'resource', 'format'=>'string'],
5019+
'Imagick::writeImageFile' => ['bool', 'filehandle'=>'resource', 'format'=>'?string'],
50205020
'Imagick::writeImages' => ['bool', 'filename'=>'string', 'adjoin'=>'bool'],
5021-
'Imagick::writeImagesFile' => ['bool', 'filehandle'=>'resource'],
5021+
'Imagick::writeImagesFile' => ['bool', 'filehandle'=>'resource', 'format'=>'?string'],
50225022
'ImagickDraw::__construct' => ['void'],
50235023
'ImagickDraw::affine' => ['bool', 'affine'=>'array'],
50245024
'ImagickDraw::annotation' => ['bool', 'x'=>'float', 'y'=>'float', 'text'=>'string'],

0 commit comments

Comments
 (0)