From f6c37742b1bf538305409897c6847879eae2a2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Fri, 31 Oct 2025 18:51:07 +0100 Subject: [PATCH] Complete Table::afterRules singnature --- en/orm/table-objects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/orm/table-objects.rst b/en/orm/table-objects.rst index 60da80f7d8..034d30bdec 100644 --- a/en/orm/table-objects.rst +++ b/en/orm/table-objects.rst @@ -288,7 +288,7 @@ of applying rules. afterRules ---------- -.. php:method:: afterRules(EventInterface $event, EntityInterface $entity, ArrayObject $options, $result, $operation) +.. php:method:: afterRules(EventInterface $event, EntityInterface $entity, ArrayObject $options, bool $result, string $operation): bool The ``Model.afterRules`` event is fired after an entity has rules applied. By stopping this event, you can return the final value of the rules checking