Skip to content

Commit 9373d4c

Browse files
authored
Merge pull request #341 from thecodingmachine/create-pull-request/regenerate-files
Automatically regenerate the files
2 parents 7d829ae + 99fb0fe commit 9373d4c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

generated/funchand.php

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
use Safe\Exceptions\FunchandException;
66

77
/**
8-
* Creates an anonymous function from the parameters passed, and
9-
* returns a unique name for it.
8+
* Creates a function dynamically from the parameters passed, and returns a unique name for it.
109
*
11-
* @param string $args The function arguments.
10+
* @param string $args The function arguments, as a single comma-separated string.
1211
* @param string $code The function code.
1312
* @return string Returns a unique function name as a string.
13+
* Note that the name contains a non-printable character ("\0"),
14+
* so care should be taken when printing the name or incorporating it in any other
15+
* string.
1416
* @throws FunchandException
1517
*
1618
*/

0 commit comments

Comments
 (0)