Skip to content

Commit 51c2815

Browse files
committed
cs
1 parent c11cb4d commit 51c2815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Composer/ComposerOutdatedResponseProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private function resolveProjectComposerHash(): ?string
5656
private function resolveComposerOutdatedFilePath(): ?string
5757
{
5858
$projectComposerHash = $this->resolveProjectComposerHash();
59-
if (!in_array($projectComposerHash, [null, '', '0'], true)) {
59+
if (!in_array($projectComposerHash, [null, ''], true)) {
6060
// load from cache if we already made the analysis
6161
return sys_get_temp_dir() . '/jack/composer-outdated-' . $projectComposerHash . '.json';
6262
}

0 commit comments

Comments
 (0)