Skip to content

DeprecationExtensions: allow custom deprecation-marking logic #20575

DeprecationExtensions: allow custom deprecation-marking logic

DeprecationExtensions: allow custom deprecation-marking logic #20575

Triggered via pull request April 14, 2025 08:47
Status Failure
Total duration 3m 26s
Artifacts

static-analysis.yml

on: pull_request
Generate baseline
1m 29s
Generate baseline
Generate PHP baseline
1m 32s
Generate PHP baseline
Matrix: PHPStan with result cache
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

40 errors
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L33
Class CustomDeprecations\NotDeprecatedClass not found.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L34
Class CustomDeprecations\AttributeDeprecatedClass not found.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L35
Class CustomDeprecations\PhpDocDeprecatedClass not found.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L35
No error with identifier classConstant.deprecatedClass is reported on line 35.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L36
Class CustomDeprecations\PhpDocDeprecatedClassWithMessage not found.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L36
No error with identifier classConstant.deprecatedClass is reported on line 36.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L37
Class CustomDeprecations\AttributeDeprecatedClassWithMessage not found.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L38
Class CustomDeprecations\DoubleDeprecatedClass not found.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L38
No error with identifier classConstant.deprecatedClass is reported on line 38.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L39
Class CustomDeprecations\DoubleDeprecatedClassOnlyPhpDocMessage not found.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L33
Class CustomDeprecations\NotDeprecatedClass not found.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L34
Class CustomDeprecations\AttributeDeprecatedClass not found.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L35
Class CustomDeprecations\PhpDocDeprecatedClass not found.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L35
No error with identifier classConstant.deprecatedClass is reported on line 35.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L36
Class CustomDeprecations\PhpDocDeprecatedClassWithMessage not found.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L36
No error with identifier classConstant.deprecatedClass is reported on line 36.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L37
Class CustomDeprecations\AttributeDeprecatedClassWithMessage not found.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L38
Class CustomDeprecations\DoubleDeprecatedClass not found.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L38
No error with identifier classConstant.deprecatedClass is reported on line 38.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L39
Class CustomDeprecations\DoubleDeprecatedClassOnlyPhpDocMessage not found.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L33
Class CustomDeprecations\NotDeprecatedClass not found.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L34
Class CustomDeprecations\AttributeDeprecatedClass not found.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L35
Class CustomDeprecations\PhpDocDeprecatedClass not found.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L35
No error with identifier classConstant.deprecatedClass is reported on line 35.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L36
Class CustomDeprecations\PhpDocDeprecatedClassWithMessage not found.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L36
No error with identifier classConstant.deprecatedClass is reported on line 36.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L37
Class CustomDeprecations\AttributeDeprecatedClassWithMessage not found.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L38
Class CustomDeprecations\DoubleDeprecatedClass not found.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L38
No error with identifier classConstant.deprecatedClass is reported on line 38.
PHPStan (8.0, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L39
Class CustomDeprecations\DoubleDeprecatedClassOnlyPhpDocMessage not found.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L33
Class CustomDeprecations\NotDeprecatedClass not found.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L34
Class CustomDeprecations\AttributeDeprecatedClass not found.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L35
Class CustomDeprecations\PhpDocDeprecatedClass not found.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L35
No error with identifier classConstant.deprecatedClass is reported on line 35.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L36
Class CustomDeprecations\PhpDocDeprecatedClassWithMessage not found.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L36
No error with identifier classConstant.deprecatedClass is reported on line 36.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L37
Class CustomDeprecations\AttributeDeprecatedClassWithMessage not found.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L38
Class CustomDeprecations\DoubleDeprecatedClass not found.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L38
No error with identifier classConstant.deprecatedClass is reported on line 38.
PHPStan (7.4, windows-latest): tests/PHPStan/Reflection/Deprecation/DeprecationProviderTest.php#L39
Class CustomDeprecations\DoubleDeprecatedClassOnlyPhpDocMessage not found.