Merge pull request #59 from Xerkus/feature/drop-application-interface #360
continuous-integration.yml
on: push
ci
/
Generate job matrix
9s
Matrix: ci / QA Checks
Annotations
20 errors
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L45
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L46
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L47
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L48
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L49
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L50
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L51
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L52
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L53
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/cookbook/automating-controller-factories.md#L54
Unordered list indentation [Expected: 4; Actual: 2]
|
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)
|