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()
120120 return $ this ->ast ;
121121 }
122122
123- public function renameFunctionLocalLikeVariable ()
123+ public function renameFunctionLikeLocalVariable ()
124124 {
125125 $ nodeVisitor = new FunctionLikeNodeVisitor (function ($ node ) {
126126 /** @var $node \PhpParser\Node\Stmt\Function_ */
@@ -160,7 +160,7 @@ public static function decode($code)
160160 $ decoder ->removeUnusedConstFetchNodeVisitor ();
161161 $ decoder ->replaceGlobalString ();
162162 $ decoder ->replaceFunctionLikeGlobalString ();
163- $ decoder ->renameFunctionLocalLikeVariable ();
163+ $ decoder ->renameFunctionLikeLocalVariable ();
164164 $ decoder ->beautify ();
165165 return $ decoder ->prettyPrintFile ();
166166 }
You can’t perform that action at this time.
0 commit comments