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

Skip to content

Commit 5e7a66d

Browse files
committed
helping psalm
1 parent 8d7c806 commit 5e7a66d

File tree

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-
if (!$entry->isRemotePackage()) {
43+
if (null === $entry->version) {
4444
continue;
4545
}
4646

0 commit comments

Comments
 (0)
0