Skip to content

Commit

Permalink
Merge pull request #341 from thecodingmachine/create-pull-request/reg…
Browse files Browse the repository at this point in the history
…enerate-files

Automatically regenerate the files
  • Loading branch information
Kharhamel authored Apr 11, 2022
2 parents 7d829ae + 99fb0fe commit 9373d4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions generated/funchand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
use Safe\Exceptions\FunchandException;

/**
* Creates an anonymous function from the parameters passed, and
* returns a unique name for it.
* Creates a function dynamically from the parameters passed, and returns a unique name for it.
*
* @param string $args The function arguments.
* @param string $args The function arguments, as a single comma-separated string.
* @param string $code The function code.
* @return string Returns a unique function name as a string.
* Note that the name contains a non-printable character ("\0"),
* so care should be taken when printing the name or incorporating it in any other
* string.
* @throws FunchandException
*
*/
Expand Down

0 comments on commit 9373d4c

Please # to comment.