Skip to content

Commit 0713306

Browse files
committed
fix: Update @ignore-line
1 parent 3899a36 commit 0713306

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
@@ -382,8 +382,7 @@ private function loadComposerNamespaces(ClassLoader $composer, array $composerPa
382382
}
383383
}
384384

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

0 commit comments

Comments
 (0)