Skip to content

Commit 18196e9

Browse files
ManuelHuondrejmirtes
authored andcommitted
1 parent de74813 commit 18196e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5627,7 +5627,7 @@
56275627
'InvalidArgumentException::getTraceAsString' => ['string'],
56285628
'ip2long' => ['int|false', 'ip_address'=>'string'],
56295629
'iptcembed' => ['string|bool', 'iptcdata'=>'string', 'jpeg_file_name'=>'string', 'spool='=>'int'],
5630-
'iptcparse' => ['array<string,array<string>>|false', 'iptcdata'=>'string'],
5630+
'iptcparse' => ['array<string,list<string>>|false', 'iptcdata'=>'string'],
56315631
'is_a' => ['bool', 'object_or_string'=>'object|string', 'class_name'=>'string', 'allow_string='=>'bool'],
56325632
'is_array' => ['bool', 'var'=>'mixed'],
56335633
'is_bool' => ['bool', 'var'=>'mixed'],

0 commit comments

Comments
 (0)