Skip to content

Commit 63ae53e

Browse files
ManuelHuondrejmirtes
authored andcommitted
1 parent afd7975 commit 63ae53e

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
@@ -5629,7 +5629,7 @@
56295629
'InvalidArgumentException::getTraceAsString' => ['string'],
56305630
'ip2long' => ['int|false', 'ip_address'=>'string'],
56315631
'iptcembed' => ['string|bool', 'iptcdata'=>'string', 'jpeg_file_name'=>'string', 'spool='=>'int'],
5632-
'iptcparse' => ['array|false', 'iptcdata'=>'string'],
5632+
'iptcparse' => ['array<string,array<string>>|false', 'iptcdata'=>'string'],
56335633
'is_a' => ['bool', 'object_or_string'=>'object|string', 'class_name'=>'string', 'allow_string='=>'bool'],
56345634
'is_array' => ['bool', 'var'=>'mixed'],
56355635
'is_bool' => ['bool', 'var'=>'mixed'],

0 commit comments

Comments
 (0)