Skip to content

Remove pimple as a supported container #203

Remove pimple as a supported container

Remove pimple as a supported container #203

Triggered via pull request December 5, 2023 11:48
Status Failure
Total duration 1m 3s
Artifacts

continuous-integration.yml

on: pull_request
Generate job matrix
7s
Generate job matrix
Matrix: QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PropertyTypeCoercion: src/MezzioInstaller/OptionalPackages.php#L236
src/MezzioInstaller/OptionalPackages.php:236:25: PropertyTypeCoercion: $this->config expects 'array{'require-dev': list<string>, application: array<string, array{packages: array<array-key, mixed>, resources: array<string, string>}>, packages: array<string, array{version: string, whitelist?: list<string>}>, questions: array<string, array{'custom-package': bool, 'custom-package-warning'?: string, default: int, force?: bool, options: array<int, array{flat: array<string, string>, minimal: array<string, string>, modular: array<string, string>, name: string, packages: list<string>}>, question: string, required: bool}>}', parent type 'array{'require-dev': list{'filp/whoops'}, application: array{flat: array{packages: array<never, never>, resources: array{'Resources/src/ConfigProvider.flat.php': 'src/App/ConfigProvider.php'}}, modular: array{packages: array<never, never>, resources: array{'Resources/src/ConfigProvider.modular.php': 'src/App/src/ConfigProvider.php'}}}, packages: array{'chubbyphp/chubbyphp-laminas-config': array{version: '^1.0'}, 'elie29/zend-phpdi-config': array{version: '^6.0 || ^8.0 || ^9.0'}, 'filp/whoops': array{version: '^2.7.1'}, 'jsoumelidis/zend-sf-di-config': array{version: '^0.4'}, 'laminas/laminas-servicemanager': array{version: '^3.4'}, 'mezzio/mezzio-fastroute': array{version: '^3.0.3', whitelist: list{'mezzio/mezzio-fastroute'}}, 'mezzio/mezzio-laminasrouter': array{version: '^3.0.1', whitelist: list{'mezzio/mezzio-laminasrouter'}}, 'mezzio/mezzio-laminasviewrenderer': array{version: '^2.2', whitelist: list{'mezzio/mezzio-laminasviewrenderer'}}, 'mezzio/mezzio-platesrenderer': array{version: '^2.2', whitelist: list{'mezzio/mezzio-platesrenderer'}}, 'mezzio/mezzio-twigrenderer': array{version: '^2.6', whitelist: list{'mezzio/mezzio-twigrenderer'}}}, questions: array{'error-handler': array{'custom-package': true, default: 1, force: true, options: array{1: array{flat: array{'Resources/config/error-handler-whoops.php': 'config/autoload/development.local.php.dist'}, minimal: array{'Resources/config/error-handler-whoops.php': 'config/autoload/development.local.php.dist'}, modular: array{'Resources/config/error-handler-whoops.php': 'config/autoload/development.local.php.dist'}, name: 'Whoops <comment>(supported by laminas)</comment>', packages: list{'filp/whoops'}}}, question: 'Which error handler do you want to use during development?', required: false}, 'template-engine': array{'custom-package': true, default: 'n', options: array{1: array{flat: array{'Resources/templates/plates/404.phtml': 'templates/error/404.phtml', 'Resources/templates/plates/error.phtml': 'templates/error/error.phtml', 'Resources/templates/plates/home-page.phtml': 'templates/app/home-page.phtml', 'Resources/templates/plates/layout.phtml': 'templates/layout/default.phtml'}, minimal: array<never, never>, modular: array{'Resources/templates/plates/404.phtml': 'src/App/templates/error/404.phtml', 'Resources/templates/plates/error.phtml': 'src/App/templates/error/error.phtml', 'Resources/templates/plates/home-page.phtml': 'src/App/templates/app/home-page.phtml', 'Resources/templates/plates/layout.phtml': 'src/App/templates/layout/default.phtml'}, name: 'Plates <comment>(supported by laminas)</comment>', packages: list{'mezzio/mezzio-platesrenderer'}}, 2: array{flat: array{'Resources/templates/twig/404.html.twig': 'templates/error/404.html.twig', 'Resources/templates/twig/error.html.twig': 'templates/error/error.html.twig', 'Resources/templates/twig/home-page.html.twig': 'templates/app/home-page.html.twig', 'Resources/templates/twig/layout.html.twig': 'templates/layout/default.html.twig'}, minimal: array<never, never>, modular: array{'Resources/templates/twig/404.html.twig': 'src/App/templates/error/404.html.twig', 'Resources/templates/twig/error.html.twig': 'src/App/templates/error/error.html.twig', 'Resources/templates/twig/home-page.html.twig': 'src/App/templates/app/home-page.html.twig', 'Resources/templates/twig/layout.html.twig': 'src/App/templates/layout/default.html.twig'}, name: 'Twig <comment>(supported by laminas)</comment>', pa
MixedPropertyTypeCoercion: src/MezzioInstaller/OptionalPackages.php#L524
src/MezzioInstaller/OptionalPackages.php:524:13: MixedPropertyTypeCoercion: $this->composerDefinition expects 'array{'require-dev': array<string, string>, extra: array{'branch-alias'?: mixed, 'optional-packages': array<array-key, mixed>, laminas: array{'component-whitelist': list<string>}}, require: array<string, string>, ...<array-key, mixed>}', parent type `array{'require-dev': array<string, string>|mixed, extra: array{'branch-alias'?: mixed, 'optional-packages': array<array-key, mixed>, laminas: array{'component-whitelist': list<string>}}, require: array<string, string>, ...<array-key, mixed>}` provided (see https://psalm.dev/196)
MixedPropertyTypeCoercion: src/MezzioInstaller/OptionalPackages.php#L530
src/MezzioInstaller/OptionalPackages.php:530:13: MixedPropertyTypeCoercion: $this->composerDefinition expects 'array{'require-dev': array<string, string>, extra: array{'branch-alias'?: mixed, 'optional-packages': array<array-key, mixed>, laminas: array{'component-whitelist': list<string>}}, require: array<string, string>, ...<array-key, mixed>}', parent type `array{'require-dev': array<string, string>, extra: array{'branch-alias'?: mixed, 'optional-packages': array<array-key, mixed>, laminas: array{'component-whitelist': list<string>}}, require: array<string, string>|mixed, ...<array-key, mixed>}` provided (see https://psalm.dev/196)
MixedPropertyTypeCoercion: src/MezzioInstaller/OptionalPackages.php#L553
src/MezzioInstaller/OptionalPackages.php:553:17: MixedPropertyTypeCoercion: $this->composerDefinition expects 'array{'require-dev': array<string, string>, extra: array{'branch-alias'?: mixed, 'optional-packages': array<array-key, mixed>, laminas: array{'component-whitelist': list<string>}}, require: array<string, string>, ...<array-key, mixed>}', parent type `array{'require-dev': array<string, string>|mixed, extra: array{'branch-alias'?: mixed, 'optional-packages': array<array-key, mixed>, laminas: array{'component-whitelist': list<mixed|string>}}, require: array<string, string>|mixed, ...<array-key, mixed>}` provided (see https://psalm.dev/196)
DeprecatedMethod: test/AppTest/Handler/HomePageHandlerFactoryTest.php#L59
test/AppTest/Handler/HomePageHandlerFactoryTest.php:59:15: DeprecatedMethod: The method PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: test/MezzioInstallerTest/AddPackageTest.php#L22
test/MezzioInstallerTest/AddPackageTest.php:22:15: DeprecatedMethod: The method PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: test/MezzioInstallerTest/ProcessAnswersTest.php#L79
test/MezzioInstallerTest/ProcessAnswersTest.php:79:15: DeprecatedMethod: The method PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: test/MezzioInstallerTest/ProcessAnswersTest.php#L102
test/MezzioInstallerTest/ProcessAnswersTest.php:102:15: DeprecatedMethod: The method PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: test/MezzioInstallerTest/ProcessAnswersTest.php#L125
test/MezzioInstallerTest/ProcessAnswersTest.php:125:15: DeprecatedMethod: The method PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive has been marked as deprecated (see https://psalm.dev/001)
PossiblyInvalidOperand: test/MezzioInstallerTest/ProjectSandboxTrait.php#L163
test/MezzioInstallerTest/ProjectSandboxTrait.php:163:19: PossiblyInvalidOperand: Cannot concatenate with a array<array-key, string>|string (see https://psalm.dev/163)