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.
1 parent ec42860 commit fb276d6Copy full SHA for fb276d6
cli/drivers/SculpinValetDriver.php
@@ -37,7 +37,7 @@ private function composerRequiresSculpin($sitePath)
37
$composer_json_source = file_get_contents($sitePath.'/composer.json');
38
$composer_json = json_decode($composer_json_source, true);
39
40
- if (json_last_error() != JSON_ERROR_NONE) {
+ if (json_last_error() !== JSON_ERROR_NONE) {
41
return false;
42
}
43
0 commit comments