Changelog v1.27.2 #238
Annotations
69 errors and 40 warnings
|
phpqa (8.5, yes):
tests/RunningToolTest.php#L111
Call to method getExitCode() on an unknown class Prophecy\Prophecy\ObjectProphecy.
|
|
phpqa (8.5, yes):
tests/RunningToolTest.php#L87
Invalid array key type null.
|
|
phpqa (8.5, yes):
tests/RunningToolTest.php#L7
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.5, yes):
tests/OptionsTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.5, yes):
tests/Config/ConfigTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.5, yes):
src/paths.php#L51
Parameter #1 $array of function array_unique expects an array of values castable to string, array<int, array<int, string>|string> given.
|
|
phpqa (8.5, yes):
src/Tools/Tools.php#L23
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.ExitExpression)): Unexpected token ".ExitExpression)", expected ')' at offset 27 on line 1
|
|
phpqa (8.5, yes):
src/Tools/GetVersions.php#L148
Call to function method_exists() with 'Symfony\\Component…' and 'fromShellCommandline' will always evaluate to true.
|
|
phpqa (8.5, yes):
src/Tools/Analyzer/Phpstan.php#L23
Parameter #1 $array (array<non-falsy-string>) to function array_filter does not contain falsy values, the array will always stay the same.
|
|
phpqa (8.5, yes):
src/Task/AssetsLoader.php#L46
Parameter #3 $value of function curl_setopt expects bool, int given.
|
|
phpqa (7.4, yes):
tests/RunningToolTest.php#L111
Call to method getExitCode() on an unknown class Prophecy\Prophecy\ObjectProphecy.
|
|
phpqa (7.4, yes):
tests/RunningToolTest.php#L7
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (7.4, yes):
tests/OptionsTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (7.4, yes):
tests/Config/ConfigTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (7.4, yes):
src/paths.php#L51
Parameter #1 $array of function array_unique expects an array of values castable to string, array<int, array<int, string>|string> given.
|
|
phpqa (7.4, yes):
src/Tools/Tools.php#L23
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.ExitExpression)): Unexpected token ".ExitExpression)", expected ')' at offset 27 on line 1
|
|
phpqa (7.4, yes):
src/Tools/GetVersions.php#L148
Call to function method_exists() with 'Symfony\\Component…' and 'fromShellCommandline' will always evaluate to true.
|
|
phpqa (7.4, yes):
src/Tools/Analyzer/Phpstan.php#L23
Parameter #1 $array (array<non-falsy-string>) to function array_filter does not contain falsy values, the array will always stay the same.
|
|
phpqa (7.4, yes):
src/Task/AssetsLoader.php#L46
Parameter #3 $value of function curl_setopt expects bool, int given.
|
|
RedundantCondition:
src/CodeAnalysisTasks.php#L71
src/CodeAnalysisTasks.php:71:30: RedundantCondition: Operand of type Symfony\Component\Console\Input\bool is always truthy (see https://psalm.dev/122)
|
|
phpqa (8.1, yes):
tests/RunningToolTest.php#L111
Call to method getExitCode() on an unknown class Prophecy\Prophecy\ObjectProphecy.
|
|
phpqa (8.1, yes):
tests/RunningToolTest.php#L7
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.1, yes):
tests/OptionsTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.1, yes):
tests/Config/ConfigTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.1, yes):
src/paths.php#L51
Parameter #1 $array of function array_unique expects an array of values castable to string, array<int, array<int, string>|string> given.
|
|
phpqa (8.1, yes):
src/Tools/Tools.php#L23
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.ExitExpression)): Unexpected token ".ExitExpression)", expected ')' at offset 27 on line 1
|
|
phpqa (8.1, yes):
src/Tools/GetVersions.php#L148
Call to function method_exists() with 'Symfony\\Component…' and 'fromShellCommandline' will always evaluate to true.
|
|
phpqa (8.1, yes):
src/Tools/Analyzer/Phpstan.php#L23
Parameter #1 $array (array<non-falsy-string>) to function array_filter does not contain falsy values, the array will always stay the same.
|
|
phpqa (8.1, yes):
src/Task/AssetsLoader.php#L46
Parameter #3 $value of function curl_setopt expects bool, int given.
|
|
MethodSignatureMismatch:
RoboFile.php#L5
RoboFile.php:5:7: MethodSignatureMismatch: Method Robo\Common\IO::setInput with return type 'Robo\Common\void' is different to return type 'Symfony\Component\Console\Input\void' of inherited method Symfony\Component\Console\Input\InputAwareInterface::setInput (see https://psalm.dev/042)
|
|
phpqa (8.3, yes):
tests/RunningToolTest.php#L111
Call to method getExitCode() on an unknown class Prophecy\Prophecy\ObjectProphecy.
|
|
phpqa (8.3, yes):
tests/RunningToolTest.php#L7
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.3, yes):
tests/OptionsTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.3, yes):
tests/Config/ConfigTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.3, yes):
src/paths.php#L51
Parameter #1 $array of function array_unique expects an array of values castable to string, array<int, array<int, string>|string> given.
|
|
phpqa (8.3, yes):
src/Tools/Tools.php#L23
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.ExitExpression)): Unexpected token ".ExitExpression)", expected ')' at offset 27 on line 1
|
|
phpqa (8.3, yes):
src/Tools/GetVersions.php#L148
Call to function method_exists() with 'Symfony\\Component…' and 'fromShellCommandline' will always evaluate to true.
|
|
phpqa (8.3, yes):
src/Tools/Analyzer/Phpstan.php#L23
Parameter #1 $array (array<non-falsy-string>) to function array_filter does not contain falsy values, the array will always stay the same.
|
|
phpqa (8.3, yes):
src/Task/AssetsLoader.php#L46
Parameter #3 $value of function curl_setopt expects bool, int given.
|
|
phpqa (8, yes, 1):
tests/RunningToolTest.php#L111
Call to method getExitCode() on an unknown class Prophecy\Prophecy\ObjectProphecy.
|
|
phpqa (8, yes, 1):
tests/RunningToolTest.php#L7
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8, yes, 1):
tests/OptionsTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8, yes, 1):
tests/Config/ConfigTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8, yes, 1):
src/paths.php#L51
Parameter #1 $array of function array_unique expects an array of values castable to string, array<int, array<int, string>|string> given.
|
|
phpqa (8, yes, 1):
src/Tools/Tools.php#L23
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.ExitExpression)): Unexpected token ".ExitExpression)", expected ')' at offset 27 on line 1
|
|
phpqa (8, yes, 1):
src/Tools/GetVersions.php#L148
Call to function method_exists() with 'Symfony\\Component…' and 'fromShellCommandline' will always evaluate to true.
|
|
phpqa (8, yes, 1):
src/Tools/Analyzer/Phpstan.php#L23
Parameter #1 $array (array<non-falsy-string>) to function array_filter does not contain falsy values, the array will always stay the same.
|
|
phpqa (8, yes, 1):
src/Task/AssetsLoader.php#L46
Parameter #3 $value of function curl_setopt expects bool, int given.
|
|
MethodSignatureMismatch:
RoboFile.php#L5
RoboFile.php:5:7: MethodSignatureMismatch: Method Robo\Common\IO::setInput with return type 'Robo\Common\void' is different to return type 'Symfony\Component\Console\Input\void' of inherited method Symfony\Component\Console\Input\InputAwareInterface::setInput (see https://psalm.dev/042)
|
|
phpqa (8.2, yes):
tests/RunningToolTest.php#L111
Call to method getExitCode() on an unknown class Prophecy\Prophecy\ObjectProphecy.
|
|
phpqa (8.2, yes):
tests/RunningToolTest.php#L7
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.2, yes):
tests/OptionsTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.2, yes):
tests/Config/ConfigTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.2, yes):
src/paths.php#L51
Parameter #1 $array of function array_unique expects an array of values castable to string, array<int, array<int, string>|string> given.
|
|
phpqa (8.2, yes):
src/Tools/Tools.php#L23
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.ExitExpression)): Unexpected token ".ExitExpression)", expected ')' at offset 27 on line 1
|
|
phpqa (8.2, yes):
src/Tools/GetVersions.php#L148
Call to function method_exists() with 'Symfony\\Component…' and 'fromShellCommandline' will always evaluate to true.
|
|
phpqa (8.2, yes):
src/Tools/Analyzer/Phpstan.php#L23
Parameter #1 $array (array<non-falsy-string>) to function array_filter does not contain falsy values, the array will always stay the same.
|
|
phpqa (8.2, yes):
src/Task/AssetsLoader.php#L46
Parameter #3 $value of function curl_setopt expects bool, int given.
|
|
phpqa (7.2, yes):
tests/RunningToolTest.php#L111
Call to method getExitCode() on an unknown class Prophecy\Prophecy\ObjectProphecy.
|
|
MethodSignatureMismatch:
RoboFile.php#L5
RoboFile.php:5:7: MethodSignatureMismatch: Method Robo\Common\IO::setInput with return type 'Robo\Common\void' is different to return type 'Symfony\Component\Console\Input\void' of inherited method Symfony\Component\Console\Input\InputAwareInterface::setInput (see https://psalm.dev/042)
|
|
phpqa (8.4, yes):
tests/RunningToolTest.php#L111
Call to method getExitCode() on an unknown class Prophecy\Prophecy\ObjectProphecy.
|
|
phpqa (8.4, yes):
tests/RunningToolTest.php#L7
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.4, yes):
tests/OptionsTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.4, yes):
tests/Config/ConfigTest.php#L5
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.TooManyPublicMethods)): Unexpected token ".TooManyPublicMethods)", expected ')' at offset 27 on line 1
|
|
phpqa (8.4, yes):
src/paths.php#L51
Parameter #1 $array of function array_unique expects an array of values castable to string, array<int, array<int, string>|string> given.
|
|
phpqa (8.4, yes):
src/Tools/Tools.php#L23
PHPDoc tag `@SuppressWarnings` has invalid value ((PHPMD.ExitExpression)): Unexpected token ".ExitExpression)", expected ')' at offset 27 on line 1
|
|
phpqa (8.4, yes):
src/Tools/GetVersions.php#L148
Call to function method_exists() with 'Symfony\\Component…' and 'fromShellCommandline' will always evaluate to true.
|
|
phpqa (8.4, yes):
src/Tools/Analyzer/Phpstan.php#L23
Parameter #1 $array (array<non-falsy-string>) to function array_filter does not contain falsy values, the array will always stay the same.
|
|
phpqa (8.4, yes):
src/Task/AssetsLoader.php#L46
Parameter #3 $value of function curl_setopt expects bool, int given.
|
|
MissingParamType:
src/CodeAnalysisTasks.php#L42
src/CodeAnalysisTasks.php:42:9: MissingParamType: Parameter $opts has no provided type (see https://psalm.dev/154)
|
|
MissingReturnType:
src/CodeAnalysisTasks.php#L41
src/CodeAnalysisTasks.php:41:21: MissingReturnType: Method Edge\QA\CodeAnalysisTasks::ci does not have a return type (see https://psalm.dev/050)
|
|
DeprecatedMethod:
src/CodeAnalysisTasks.php#L24
src/CodeAnalysisTasks.php:24:51: DeprecatedMethod: The method Robo\Common\OutputAwareTrait::getOutput has been marked as deprecated (see https://psalm.dev/001)
|
|
MissingParamType:
src/CodeAnalysisTasks.php#L19
src/CodeAnalysisTasks.php:19:9: MissingParamType: Parameter $opts has no provided type (see https://psalm.dev/154)
|
|
MissingReturnType:
src/CodeAnalysisTasks.php#L18
src/CodeAnalysisTasks.php:18:21: MissingReturnType: Method Edge\QA\CodeAnalysisTasks::tools does not have a return type, expecting void (see https://psalm.dev/050)
|
|
MissingConstructor:
src/CodeAnalysisTasks.php#L12
src/CodeAnalysisTasks.php:12:13: MissingConstructor: Edge\QA\RoboFile has an uninitialized property Edge\QA\CodeAnalysisTasks::$options, but no constructor (see https://psalm.dev/073)
|
|
MissingConstructor:
src/CodeAnalysisTasks.php#L10
src/CodeAnalysisTasks.php:10:13: MissingConstructor: Edge\QA\RoboFile has an uninitialized property Edge\QA\CodeAnalysisTasks::$tools, but no constructor (see https://psalm.dev/073)
|
|
ClassMustBeFinal:
RoboFile.php#L5
RoboFile.php:5:7: ClassMustBeFinal: Class Edge\QA\RoboFile is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
UnusedClass:
RoboFile.php#L5
RoboFile.php:5:7: UnusedClass: Class Edge\QA\RoboFile is never used (see https://psalm.dev/075)
|
|
DeprecatedInterface:
RoboFile.php#L5
RoboFile.php:5:7: DeprecatedInterface: Robo\Contract\OutputAwareInterface is marked deprecated (see https://psalm.dev/152)
|
|
MissingParamType:
src/CodeAnalysisTasks.php#L42
src/CodeAnalysisTasks.php:42:9: MissingParamType: Parameter $opts has no provided type (see https://psalm.dev/154)
|
|
MissingReturnType:
src/CodeAnalysisTasks.php#L41
src/CodeAnalysisTasks.php:41:21: MissingReturnType: Method Edge\QA\CodeAnalysisTasks::ci does not have a return type (see https://psalm.dev/050)
|
|
DeprecatedMethod:
src/CodeAnalysisTasks.php#L24
src/CodeAnalysisTasks.php:24:51: DeprecatedMethod: The method Robo\Common\OutputAwareTrait::getOutput has been marked as deprecated (see https://psalm.dev/001)
|
|
MissingParamType:
src/CodeAnalysisTasks.php#L19
src/CodeAnalysisTasks.php:19:9: MissingParamType: Parameter $opts has no provided type (see https://psalm.dev/154)
|
|
MissingReturnType:
src/CodeAnalysisTasks.php#L18
src/CodeAnalysisTasks.php:18:21: MissingReturnType: Method Edge\QA\CodeAnalysisTasks::tools does not have a return type, expecting void (see https://psalm.dev/050)
|
|
MissingConstructor:
src/CodeAnalysisTasks.php#L12
src/CodeAnalysisTasks.php:12:13: MissingConstructor: Edge\QA\RoboFile has an uninitialized property Edge\QA\CodeAnalysisTasks::$options, but no constructor (see https://psalm.dev/073)
|
|
MissingConstructor:
src/CodeAnalysisTasks.php#L10
src/CodeAnalysisTasks.php:10:13: MissingConstructor: Edge\QA\RoboFile has an uninitialized property Edge\QA\CodeAnalysisTasks::$tools, but no constructor (see https://psalm.dev/073)
|
|
ClassMustBeFinal:
RoboFile.php#L5
RoboFile.php:5:7: ClassMustBeFinal: Class Edge\QA\RoboFile is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
UnusedClass:
RoboFile.php#L5
RoboFile.php:5:7: UnusedClass: Class Edge\QA\RoboFile is never used (see https://psalm.dev/075)
|
|
DeprecatedInterface:
RoboFile.php#L5
RoboFile.php:5:7: DeprecatedInterface: Robo\Contract\OutputAwareInterface is marked deprecated (see https://psalm.dev/152)
|
|
MissingParamType:
src/CodeAnalysisTasks.php#L42
src/CodeAnalysisTasks.php:42:9: MissingParamType: Parameter $opts has no provided type (see https://psalm.dev/154)
|
|
MissingReturnType:
src/CodeAnalysisTasks.php#L41
src/CodeAnalysisTasks.php:41:21: MissingReturnType: Method Edge\QA\CodeAnalysisTasks::ci does not have a return type (see https://psalm.dev/050)
|
|
DeprecatedMethod:
src/CodeAnalysisTasks.php#L24
src/CodeAnalysisTasks.php:24:51: DeprecatedMethod: The method Robo\Common\OutputAwareTrait::getOutput has been marked as deprecated (see https://psalm.dev/001)
|
|
MissingParamType:
src/CodeAnalysisTasks.php#L19
src/CodeAnalysisTasks.php:19:9: MissingParamType: Parameter $opts has no provided type (see https://psalm.dev/154)
|
|
MissingReturnType:
src/CodeAnalysisTasks.php#L18
src/CodeAnalysisTasks.php:18:21: MissingReturnType: Method Edge\QA\CodeAnalysisTasks::tools does not have a return type, expecting void (see https://psalm.dev/050)
|
|
MissingConstructor:
src/CodeAnalysisTasks.php#L12
src/CodeAnalysisTasks.php:12:13: MissingConstructor: Edge\QA\RoboFile has an uninitialized property Edge\QA\CodeAnalysisTasks::$options, but no constructor (see https://psalm.dev/073)
|
|
MissingConstructor:
src/CodeAnalysisTasks.php#L10
src/CodeAnalysisTasks.php:10:13: MissingConstructor: Edge\QA\RoboFile has an uninitialized property Edge\QA\CodeAnalysisTasks::$tools, but no constructor (see https://psalm.dev/073)
|
|
ClassMustBeFinal:
RoboFile.php#L5
RoboFile.php:5:7: ClassMustBeFinal: Class Edge\QA\RoboFile is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
UnusedClass:
RoboFile.php#L5
RoboFile.php:5:7: UnusedClass: Class Edge\QA\RoboFile is never used (see https://psalm.dev/075)
|
|
DeprecatedInterface:
RoboFile.php#L5
RoboFile.php:5:7: DeprecatedInterface: Robo\Contract\OutputAwareInterface is marked deprecated (see https://psalm.dev/152)
|
|
MissingParamType:
src/CodeAnalysisTasks.php#L42
src/CodeAnalysisTasks.php:42:9: MissingParamType: Parameter $opts has no provided type (see https://psalm.dev/154)
|
|
MissingReturnType:
src/CodeAnalysisTasks.php#L41
src/CodeAnalysisTasks.php:41:21: MissingReturnType: Method Edge\QA\CodeAnalysisTasks::ci does not have a return type (see https://psalm.dev/050)
|
|
DeprecatedMethod:
src/CodeAnalysisTasks.php#L24
src/CodeAnalysisTasks.php:24:51: DeprecatedMethod: The method Robo\Common\OutputAwareTrait::getOutput has been marked as deprecated (see https://psalm.dev/001)
|
|
MissingParamType:
src/CodeAnalysisTasks.php#L19
src/CodeAnalysisTasks.php:19:9: MissingParamType: Parameter $opts has no provided type (see https://psalm.dev/154)
|
|
MissingReturnType:
src/CodeAnalysisTasks.php#L18
src/CodeAnalysisTasks.php:18:21: MissingReturnType: Method Edge\QA\CodeAnalysisTasks::tools does not have a return type, expecting void (see https://psalm.dev/050)
|
|
MissingConstructor:
src/CodeAnalysisTasks.php#L12
src/CodeAnalysisTasks.php:12:13: MissingConstructor: Edge\QA\RoboFile has an uninitialized property Edge\QA\CodeAnalysisTasks::$options, but no constructor (see https://psalm.dev/073)
|
|
MissingConstructor:
src/CodeAnalysisTasks.php#L10
src/CodeAnalysisTasks.php:10:13: MissingConstructor: Edge\QA\RoboFile has an uninitialized property Edge\QA\CodeAnalysisTasks::$tools, but no constructor (see https://psalm.dev/073)
|
|
ClassMustBeFinal:
RoboFile.php#L5
RoboFile.php:5:7: ClassMustBeFinal: Class Edge\QA\RoboFile is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
UnusedClass:
RoboFile.php#L5
RoboFile.php:5:7: UnusedClass: Class Edge\QA\RoboFile is never used (see https://psalm.dev/075)
|
|
DeprecatedInterface:
RoboFile.php#L5
RoboFile.php:5:7: DeprecatedInterface: Robo\Contract\OutputAwareInterface is marked deprecated (see https://psalm.dev/152)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
phpqa-5.5
Expired
|
438 KB |
sha256:d7266cd4de595369db905c06ce49eaf9e17ff5d2a38e121b8b5563ea76639d23
|
|
|
phpqa-5.6
Expired
|
442 KB |
sha256:ec963b40ef4e681446f4ccddc6aba14d2b9d55578e8de9260796d270609caaa2
|
|
|
phpqa-7
Expired
|
440 KB |
sha256:6b376b4378b1b3ec24e6fc792343f55557783cae80a6272e3c9c0994a70a3138
|
|
|
phpqa-7.1
Expired
|
446 KB |
sha256:f6a7b77f60748736c0332b7c2199dd0c516a2687e279115579fc841cc12480cc
|
|
|
phpqa-7.2
Expired
|
446 KB |
sha256:caee1b087ffcc896f23bcb20165052bab38b5ce151947113b5d612842d33bde7
|
|
|
phpqa-7.3
Expired
|
440 KB |
sha256:b4393788f24d14915517db11ca5e0016832872baca05c261deb0b3fb152a4e1b
|
|
|
phpqa-7.4
Expired
|
448 KB |
sha256:8979eeeb803f3db511fd2721f137ba5292773b29746809f9d8645e3d6f22fc99
|
|
|
phpqa-8
Expired
|
448 KB |
sha256:9f7b6d891115fe8c6cdf1e4faa60432b70d9103425082152625c5f31d24e248d
|
|
|
phpqa-8.1
Expired
|
505 KB |
sha256:3ceb2ecceb971b70a6a99ecfcfe4e3455bc1fbaf0494916be20efd8dd0d7dbb7
|
|
|
phpqa-8.2
Expired
|
505 KB |
sha256:4cb119bad9df4d0282ebd5bf6475299841a952e5974100e0ff2910e23bbac8c2
|
|
|
phpqa-8.3
Expired
|
505 KB |
sha256:1c0bb38ef2610ab83f6b4779194f733245d3edab7c458183d884ea39c93cc897
|
|
|
phpqa-8.4
Expired
|
505 KB |
sha256:2490a90da78d1f772ef346197eee0ca51dfb8f6d9c3bdb3be608cba359ba529c
|
|
|
phpqa-8.5
Expired
|
447 KB |
sha256:a89287425d2dd59e1575be7208f206dca04430297f9730034ad1ae9fac9f09d2
|
|