We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a4c59f + e0e67f0 commit d6ff856Copy full SHA for d6ff856
README.md
@@ -20,7 +20,7 @@ But most of us are too lazy to check explicitly for every single return of every
20
21
```php
22
// This code is incorrect. Twice.
23
-// "file_get_contents" can return false if the file does not exists
+// "file_get_contents" can return false if the file does not exist
24
// "json_decode" can return false if the file content is not valid JSON
25
$content = file_get_contents('foobar.json');
26
$foobar = json_decode($content);
0 commit comments