Skip to content

Commit c218d23

Browse files
committed
fixed CS
1 parent 7b88e76 commit c218d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function removeLegacyTags(array $data): array
6464
if ($this->symfonyConstraints->matches(new Constraint('==', $normalizedVersion))) {
6565
$symfonyPackages += $composerJson['replace'];
6666
} else {
67-
if ($this->io) {
67+
if (null !== $this->io) {
6868
$this->io->writeError(sprintf('<info>Restricting packages listed in "symfony/symfony" to "%s"</info>', $this->symfonyRequire));
6969
$this->io = null;
7070
}

0 commit comments

Comments
 (0)