Skip to content

Commit 737f5a0

Browse files
VincentLangletondrejmirtes
authored andcommitted
Add false return type
1 parent 063f6a8 commit 737f5a0

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
@@ -2628,7 +2628,7 @@
26282628
'Exception::getPrevious' => ['(?Throwable)|(?Exception)'],
26292629
'Exception::getTrace' => ['array{function:string,line?:int,file?:string,class?:class-string,type?:\'::\'|\'->\',args?:mixed[],object?:object}'],
26302630
'Exception::getTraceAsString' => ['string'],
2631-
'exec' => ['string', 'command'=>'string', '&w_output='=>'array', '&w_return_value='=>'int'],
2631+
'exec' => ['string|false', 'command'=>'string', '&w_output='=>'array', '&w_return_value='=>'int'],
26322632
'exif_imagetype' => ['int|false', 'imagefile'=>'string'],
26332633
'exif_read_data' => ['array|false', 'filename'=>'string|resource', 'sections_needed='=>'string', 'sub_arrays='=>'bool', 'read_thumbnail='=>'bool'],
26342634
'exif_tagname' => ['string|false', 'index'=>'int'],

0 commit comments

Comments
 (0)