CI - fix running phpunit in appveyor #224
Annotations
59 errors and 40 warnings
|
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.
|
|
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.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.
|
|
PossiblyFalseArgument:
src/Task/AssetsLoader.php#L49
src/Task/AssetsLoader.php:49:24: PossiblyFalseArgument: Argument 1 of curl_close cannot be false, possibly resource value expected (see https://psalm.dev/104)
|
|
PossiblyFalseArgument:
src/Task/AssetsLoader.php#L48
src/Task/AssetsLoader.php:48:31: PossiblyFalseArgument: Argument 1 of curl_exec cannot be false, possibly resource value expected (see https://psalm.dev/104)
|
|
PossiblyFalseArgument:
src/Task/AssetsLoader.php#L47
src/Task/AssetsLoader.php:47:25: PossiblyFalseArgument: Argument 1 of curl_setopt cannot be false, possibly resource value expected (see https://psalm.dev/104)
|
|
PossiblyFalseArgument:
src/Task/AssetsLoader.php#L46
src/Task/AssetsLoader.php:46:25: PossiblyFalseArgument: Argument 1 of curl_setopt cannot be false, possibly resource value expected (see https://psalm.dev/104)
|
|
PossiblyInvalidOperand:
src/RunningTool.php#L142
src/RunningTool.php:142:38: PossiblyInvalidOperand: Cannot concatenate with a array<array-key, string>|string (see https://psalm.dev/163)
|
|
PossiblyInvalidArgument:
src/Options.php#L72
src/Options.php:72:44: PossiblyInvalidArgument: Argument 2 of explode expects string, but possibly different type array<array-key, string>|mixed|string provided (see https://psalm.dev/092)
|
|
PossiblyFalseArgument:
src/IgnoredPaths.php#L22
src/IgnoredPaths.php:22:39: PossiblyFalseArgument: Argument 1 of strtoupper cannot be false, possibly string value expected (see https://psalm.dev/104)
|
|
PossiblyUndefinedArrayOffset:
src/CodeAnalysisTasks.php#L117
src/CodeAnalysisTasks.php:117:17: PossiblyUndefinedArrayOffset: Possibly undefined array key $cliOptions[$option] on array{analyzedDirs?: mixed, buildDir?: mixed, execution?: mixed, ignoredDirs?: mixed, ignoredFiles?: mixed, output?: mixed, report?: mixed, tools?: mixed, verbose?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
|
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)
|
|
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 (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.
|
|
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.
|
|
InvalidArgument:
src/Task/AssetsLoader.php#L58
src/Task/AssetsLoader.php:58:13: InvalidArgument: Argument 1 of Symfony\Component\Console\Output\OutputInterface::writeln expects Symfony\Component\Console\Output\iterable|Symfony\Component\Console\Output\string, but non-empty-string provided (see https://psalm.dev/004)
|
|
PossiblyFalseArgument:
src/Task/AssetsLoader.php#L49
src/Task/AssetsLoader.php:49:24: PossiblyFalseArgument: Argument 1 of curl_close cannot be false, possibly resource value expected (see https://psalm.dev/104)
|
|
PossiblyFalseArgument:
src/Task/AssetsLoader.php#L48
src/Task/AssetsLoader.php:48:31: PossiblyFalseArgument: Argument 1 of curl_exec cannot be false, possibly resource value expected (see https://psalm.dev/104)
|
|
PossiblyFalseArgument:
src/Task/AssetsLoader.php#L47
src/Task/AssetsLoader.php:47:25: PossiblyFalseArgument: Argument 1 of curl_setopt cannot be false, possibly resource value expected (see https://psalm.dev/104)
|
|
PossiblyFalseArgument:
src/Task/AssetsLoader.php#L46
src/Task/AssetsLoader.php:46:25: PossiblyFalseArgument: Argument 1 of curl_setopt cannot be false, possibly resource value expected (see https://psalm.dev/104)
|
|
PossiblyInvalidOperand:
src/RunningTool.php#L142
src/RunningTool.php:142:38: PossiblyInvalidOperand: Cannot concatenate with a array<array-key, string>|string (see https://psalm.dev/163)
|
|
PossiblyInvalidArgument:
src/Options.php#L72
src/Options.php:72:44: PossiblyInvalidArgument: Argument 2 of explode expects string, but possibly different type array<array-key, string>|mixed|string provided (see https://psalm.dev/092)
|
|
PossiblyFalseArgument:
src/IgnoredPaths.php#L22
src/IgnoredPaths.php:22:39: PossiblyFalseArgument: Argument 1 of strtoupper cannot be false, possibly string value expected (see https://psalm.dev/104)
|
|
PossiblyUndefinedArrayOffset:
src/CodeAnalysisTasks.php#L117
src/CodeAnalysisTasks.php:117:17: PossiblyUndefinedArrayOffset: Possibly undefined array key $cliOptions[$option] on array{analyzedDirs?: mixed, buildDir?: mixed, execution?: mixed, ignoredDirs?: mixed, ignoredFiles?: mixed, output?: mixed, report?: mixed, tools?: mixed, verbose?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
|
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)
|
|
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.4
Expired
|
177 KB |
sha256:5b39e2bb1e2b4448ae5cad72146032d00569afa88facf1ab7f6b478651e84329
|
|
|
phpqa-5.5
Expired
|
438 KB |
sha256:2dfc4f73c306a4bc50e45f611016b7a4a946b08f65eaded75506925a425d23db
|
|
|
phpqa-5.6
Expired
|
442 KB |
sha256:6809efccd159cf48c50e268a1318905134dcb40e53cd0d4ec01ed7d5e333423c
|
|
|
phpqa-7
Expired
|
440 KB |
sha256:5fa0b07faef3a0f9ba480797730e39ce0ca327bffcb7ef72a57f312a7057ec0a
|
|
|
phpqa-7.1
Expired
|
446 KB |
sha256:62fba4aea4caa48c5f953ec95b884a6daefcad614988999254162871a18ffb80
|
|
|
phpqa-7.2
Expired
|
446 KB |
sha256:28fb29a7cf220cab00a79305b8194987b6a13ee0d9603f5cb710dbcbf7e940b4
|
|
|
phpqa-7.3
Expired
|
440 KB |
sha256:e2fbbd0f3b1edb748b0defab5e84111501ca36cde739113e59321ef91b520540
|
|
|
phpqa-7.4
Expired
|
448 KB |
sha256:19ab995726b566fbdc5379a599ff3f04e7f346076ebfb0f3a02c4723f431c7c1
|
|
|
phpqa-8
Expired
|
448 KB |
sha256:e2930f3d3df250a6490c8458a2e4739fb2c4b7c31962673872e4ca5c47ca0068
|
|
|
phpqa-8.1
Expired
|
505 KB |
sha256:7ba665f66e4fd837620fd9ccefe639a3509c2461b2fd54e8903b467cc5ec5b22
|
|
|
phpqa-8.2
Expired
|
505 KB |
sha256:ea62182265ffdce1bdc3ef86da2953d7faee8080bc95e03747e92caec24360a9
|
|
|
phpqa-8.3
Expired
|
505 KB |
sha256:351eacafbb7f82a5c86d8eff8e5d71f06b353213ac3aa911845e2c142ead433e
|
|
|
phpqa-8.4
Expired
|
504 KB |
sha256:48fa5d2252a4a020ad0dc4a82107ec36f35c70996d3a8bd5ffa184d98379e514
|
|