Update dependency vimeo/psalm to v6 #411
continuous-integration.yml
on: push
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
10 errors
MissingOverrideAttribute:
src/Acl.php#L317
src/Acl.php:317:5: MissingOverrideAttribute: Method Laminas\Permissions\Acl\Acl::hasresource should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Acl.php#L731
src/Acl.php:731:5: MissingOverrideAttribute: Method Laminas\Permissions\Acl\Acl::isallowed should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Assertion/AssertionAggregate.php#L126
src/Assertion/AssertionAggregate.php:126:5: MissingOverrideAttribute: Method Laminas\Permissions\Acl\Assertion\AssertionAggregate::assert should have the "Override" attribute (see https://psalm.dev/358)
|
ClassMustBeFinal:
src/Assertion/AssertionManager.php#L16
src/Assertion/AssertionManager.php:16:7: ClassMustBeFinal: Class Laminas\Permissions\Acl\Assertion\AssertionManager is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
MissingOverrideAttribute:
src/Assertion/AssertionManager.php#L30
src/Assertion/AssertionManager.php:30:5: MissingOverrideAttribute: Method Laminas\Permissions\Acl\Assertion\AssertionManager::validate should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Assertion/CallbackAssertion.php#L44
src/Assertion/CallbackAssertion.php:44:5: MissingOverrideAttribute: Method Laminas\Permissions\Acl\Assertion\CallbackAssertion::assert should have the "Override" attribute (see https://psalm.dev/358)
|
ClassMustBeFinal:
src/Assertion/Exception/InvalidAssertionException.php#L10
src/Assertion/Exception/InvalidAssertionException.php:10:7: ClassMustBeFinal: Class Laminas\Permissions\Acl\Assertion\Exception\InvalidAssertionException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
MissingOverrideAttribute:
src/Assertion/ExpressionAssertion.php#L177
src/Assertion/ExpressionAssertion.php:177:5: MissingOverrideAttribute: Method Laminas\Permissions\Acl\Assertion\ExpressionAssertion::assert should have the "Override" attribute (see https://psalm.dev/358)
|
ClassMustBeFinal:
src/Assertion/OwnershipAssertion.php#L15
src/Assertion/OwnershipAssertion.php:15:7: ClassMustBeFinal: Class Laminas\Permissions\Acl\Assertion\OwnershipAssertion is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
MissingOverrideAttribute:
src/Assertion/OwnershipAssertion.php#L18
src/Assertion/OwnershipAssertion.php:18:5: MissingOverrideAttribute: Method Laminas\Permissions\Acl\Assertion\OwnershipAssertion::assert should have the "Override" attribute (see https://psalm.dev/358)
|