Skip to content

Commit 750e686

Browse files
committed
Complete Table::afterRules (fr, ja) sync
1 parent 0cb3fc2 commit 750e686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fr/orm/table-objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ finale de l'opération de vérification des règles.
301301
afterRules
302302
----------
303303

304-
.. php:method:: afterRules(EventInterface $event, EntityInterface $entity, ArrayObject $options, $result, $operation)
304+
.. php:method:: afterRules(EventInterface $event, EntityInterface $entity, ArrayObject $options, bool $result, string $operation): bool
305305
306306
L'event ``Model.afterRules`` est déclenché après que les règles soient
307307
appliquées à une entity. En stoppant cet event, vous pouvez retourner la valeur

ja/orm/table-objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ beforeRules
278278
afterRules
279279
--------------
280280

281-
.. php:method:: afterRules(EventInterface $event, EntityInterface $entity, ArrayObject $options, $result, $operation)
281+
.. php:method:: afterRules(EventInterface $event, EntityInterface $entity, ArrayObject $options, bool $result, string $operation): bool
282282
283283
``Model.afterRules`` イベントはルールがエンティティーに適用された後に発行されます。
284284
このイベントが止まると、操作をチェックするためのルールの結果の値を返すことができます。

0 commit comments

Comments
 (0)