Skip to content

Commit f785ea2

Browse files
authored
Update functionMap.php
1 parent 18d5687 commit f785ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This array is in the same format as the function map array in PHPStan:
77
*
8-
* '<function_name>' => ['<return_type>, '<arg_name>'=>'<arg_type>']
8+
* '<function_name>' => ['<return_type>', '<arg_name>'=>'<arg_type>']
99
*
1010
* @link https://github.com/phpstan/phpstan-src/blob/1.5.x/resources/functionMap.php
1111
*/

0 commit comments

Comments
 (0)