Merge pull request #898 from Great-Antique/patch-1

Fix typo
This commit is contained in:
Tomáš Votruba 2018-12-27 15:13:27 +01:00 committed by GitHub
commit be10b85899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1404,7 +1404,7 @@ Changes unquoted non-existing constants to strings
```diff
-var_dump(VAR);
+var("VAR");
+var_dump("VAR");
```
<br>