Skip to content

Commit 14d4774

Browse files
committed
fix: Update @ignore-line
1 parent 9391c73 commit 14d4774

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/Autoloader/Autoloader.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,7 @@ private function loadComposerNamespaces(ClassLoader $composer, array $composerPa
383383
}
384384
}
385385

386-
// @phpstan-ignore-next-line
387-
if (! method_exists(InstalledVersions::class, 'getAllRawData')) {
386+
if (! method_exists(InstalledVersions::class, 'getAllRawData')) { // @phpstan-ignore function.alreadyNarrowedType
388387
throw new RuntimeException(
389388
'Your Composer version is too old.'
390389
. ' Please update Composer (run `composer self-update`) to v2.0.14 or later'

0 commit comments

Comments
 (0)