Skip to content

Commit f6c3774

Browse files
authored
Complete Table::afterRules singnature
1 parent bb33132 commit f6c3774

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)