File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public function replaceFunctionLikeGlobalString()
120
120
return $ this ->ast ;
121
121
}
122
122
123
- public function renameFunctionLocalLikeVariable ()
123
+ public function renameFunctionLikeLocalVariable ()
124
124
{
125
125
$ nodeVisitor = new FunctionLikeNodeVisitor (function ($ node ) {
126
126
/** @var $node \PhpParser\Node\Stmt\Function_ */
@@ -160,7 +160,7 @@ public static function decode($code)
160
160
$ decoder ->removeUnusedConstFetchNodeVisitor ();
161
161
$ decoder ->replaceGlobalString ();
162
162
$ decoder ->replaceFunctionLikeGlobalString ();
163
- $ decoder ->renameFunctionLocalLikeVariable ();
163
+ $ decoder ->renameFunctionLikeLocalVariable ();
164
164
$ decoder ->beautify ();
165
165
return $ decoder ->prettyPrintFile ();
166
166
}
You can’t perform that action at this time.
0 commit comments