We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c56d8 commit f3e4a57Copy full SHA for f3e4a57
components/finder.rst
@@ -55,12 +55,11 @@ the Finder instance.
55
:phpfunction:`iterator_to_array` method, or get the number of items with
56
:phpfunction:`iterator_count`.
57
58
-.. tip::
+.. caution::
59
60
- The ``Finder`` object doesn't reset its internal state automatically, which
61
- means that results are always added to the previous ones. Instantiate a new
62
- object or call :phpfunction:`create` on the existing object to reset the
63
- previous state.
+ The ``Finder`` object doesn't reset its internal state automatically.
+ This means that you need to create a new instance if you do not want
+ get mixed results.
64
65
.. caution::
66
0 commit comments