Skip to content

Commit fb276d6

Browse files
committed
Compare similar types.
1 parent ec42860 commit fb276d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/drivers/SculpinValetDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private function composerRequiresSculpin($sitePath)
3737
$composer_json_source = file_get_contents($sitePath.'/composer.json');
3838
$composer_json = json_decode($composer_json_source, true);
3939

40-
if (json_last_error() != JSON_ERROR_NONE) {
40+
if (json_last_error() !== JSON_ERROR_NONE) {
4141
return false;
4242
}
4343

0 commit comments

Comments
 (0)