Skip to content

Use "and" instead of "&&" for control flow #84

Use "and" instead of "&&" for control flow

Use "and" instead of "&&" for control flow #84

Triggered via push August 20, 2025 15:59
Status Failure
Total duration 1m 19s
Artifacts

phpstan.yml

on: push
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

20 errors
PHPStan (8.3, true): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L140
Only booleans are allowed in and, null given on the right side.
PHPStan (8.3, true): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L103
Only booleans are allowed in and, null given on the right side.
PHPStan (8.3, true): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L84
Only booleans are allowed in and, null given on the right side.
PHPStan (8.3, true): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L68
Only booleans are allowed in and, null given on the right side.
PHPStan (8.3, true): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L52
Only booleans are allowed in and, null given on the right side.
PHPStan (8.3, true): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L32
Only booleans are allowed in and, null given on the right side.
PHPStan (8.3, true): tests/Composer/Test/Command/InitCommandTest.php#L135
Only booleans are allowed in and, null given on the right side.
PHPStan (8.3, true): src/Composer/Repository/FilesystemRepository.php#L184
Only booleans are allowed in and, null given on the right side.
PHPStan (8.3, true): src/Composer/Repository/FilesystemRepository.php#L180
Only booleans are allowed in and, null given on the right side.
PHPStan (8.3, true): src/Composer/Console/Application.php#L447
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L140
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L103
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L84
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L68
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L52
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): tests/Composer/Test/Downloader/ArchiveDownloaderTest.php#L32
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): tests/Composer/Test/Command/InitCommandTest.php#L135
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): src/Composer/Repository/FilesystemRepository.php#L184
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): src/Composer/Repository/FilesystemRepository.php#L180
Only booleans are allowed in and, null given on the right side.
PHPStan (7.2, false): src/Composer/Console/Application.php#L447
Only booleans are allowed in and, null given on the right side.