Skip to content

Commit 0d64c45

Browse files
committed
docs: clarify Model::find() note for null argument
1 parent 33efe65 commit 0d64c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/models/model.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ of just one:
492492

493493
.. literalinclude:: model/007.php
494494

495-
.. note:: If no parameters are passed in, ``find()`` will return all rows in that model's table,
496-
effectively acting like ``findAll()``, though less explicit.
495+
.. note:: If ``find()`` is called without parameters or with ``null``, it will return all rows in
496+
that model's table, effectively acting like ``findAll()``, though less explicit.
497497

498498
findColumn()
499499
------------

0 commit comments

Comments
 (0)