8000 helping psalm · symfony/symfony@db17147 · GitHub
[go: up one dir, main page]

Skip to content

Commit db17147

Browse files
committed
helping psalm
1 parent 74fb742 commit db17147

File tree

8000

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function checkVersions(): array
4040

4141
$packages = [];
4242
foreach ($entries as $entry) {
43-
549A if (!$entry->isRemotePackage()) {
43+
if (null === $entry->version) {
4444
continue;
4545
}
4646

0 commit comments

Comments
 (0)
0