Skip to content

Commit 0cb3fc2

Browse files
authored
Merge pull request #8123 from cakephp/4.x-table-afterrules-signature
Complete Table::afterRules singnature
2 parents bb33132 + f6c3774 commit 0cb3fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/orm/table-objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ of applying rules.
288288
afterRules
289289
----------
290290

291-
.. php:method:: afterRules(EventInterface $event, EntityInterface $entity, ArrayObject $options, $result, $operation)
291+
.. php:method:: afterRules(EventInterface $event, EntityInterface $entity, ArrayObject $options, bool $result, string $operation): bool
292292
293293
The ``Model.afterRules`` event is fired after an entity has rules applied. By
294294
stopping this event, you can return the final value of the rules checking

0 commit comments

Comments
 (0)