mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-20 07:19:47 +01:00
commit
be10b85899
@ -1404,7 +1404,7 @@ Changes unquoted non-existing constants to strings
|
||||
|
||||
```diff
|
||||
-var_dump(VAR);
|
||||
+var("VAR");
|
||||
+var_dump("VAR");
|
||||
```
|
||||
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user