Skip to content

Commit

Permalink
[Php81] Register uniqid function on NullToStrictStringFuncCallArgRect…
Browse files Browse the repository at this point in the history
…or (#3045)
  • Loading branch information
bkosun committed Nov 11, 2022
1 parent 51c2bbe commit b31bb42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ final class NullToStrictStringFuncCallArgRector extends AbstractRector implement
'ctype_space' => ['text'],
'ctype_upper' => ['text'],
'ctype_xdigit' => ['text'],
'uniqid' => ['prefix'],
];

public function __construct(
Expand Down

0 comments on commit b31bb42

Please sign in to comment.