Skip to content

Merge pull request #59 from Xerkus/feature/drop-application-interface #360

Merge pull request #59 from Xerkus/feature/drop-application-interface

Merge pull request #59 from Xerkus/feature/drop-application-interface #360

Triggered via push July 28, 2024 13:06
Status Failure
Total duration 53s
Artifacts
ci  /  Generate job matrix
9s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

20 errors
DeprecatedInterface: src/Controller/ControllerManager.php#L48
src/Controller/ControllerManager.php:48:16: DeprecatedInterface: Interface Laminas\ServiceManager\ConfigInterface is marked as deprecated (see https://psalm.dev/152)
InvalidReturnType: src/Controller/Plugin/AcceptableViewModelSelector.php#L215
src/Controller/Plugin/AcceptableViewModelSelector.php:215:16: InvalidReturnType: The declared return type 'string' for Laminas\Mvc\Controller\Plugin\AcceptableViewModelSelector::extractViewModelName is incorrect, got 'array<array-key, string>|string' (see https://psalm.dev/011)
InvalidReturnStatement: src/Controller/Plugin/AcceptableViewModelSelector.php#L220
src/Controller/Plugin/AcceptableViewModelSelector.php:220:16: InvalidReturnStatement: The inferred type 'array<array-key, string>|string' does not match the declared return type 'string' for Laminas\Mvc\Controller\Plugin\AcceptableViewModelSelector::extractViewModelName (see https://psalm.dev/128)
UnusedMethodCall: test/ApplicationTest.php#L128
test/ApplicationTest.php:128:13: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: test/ApplicationTest.php#L162
test/ApplicationTest.php:162:13: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: test/ApplicationTest.php#L469
test/ApplicationTest.php:469:13: UnusedMethodCall: The call to ReflectionMethod::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: test/Controller/AbstractControllerTest.php#L56
test/Controller/AbstractControllerTest.php:56:22: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: test/Controller/AbstractControllerTest.php#L74
test/Controller/AbstractControllerTest.php:74:22: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
DeprecatedClass: test/Controller/ControllerManagerTest.php#L32
test/Controller/ControllerManagerTest.php:32:10: DeprecatedClass: Laminas\ServiceManager\Config is marked deprecated (see https://psalm.dev/098)
DeprecatedClass: test/Controller/IntegrationTest.php#L26
test/Controller/IntegrationTest.php:26:10: DeprecatedClass: Laminas\ServiceManager\Config is marked deprecated (see https://psalm.dev/098)