Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/orm/table-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@ Behaviors, can use this hook to add in validation methods.
buildRules
----------

.. php:method:: buildRules(EventInterface $event, RulesChecker $rules)
.. php:method:: buildRules(RulesChecker $rules): RulesChecker

The ``Model.buildRules`` event is fired after a rules instance has been
created and after the table's ``buildRules()`` method has been called.
created and after the ``Table::buildRules()`` method has been called.

beforeRules
-----------
Expand Down