Skip to content

Commit 3ff3dd3

Browse files
committed
Fix for symfony#5783
I can confirm, that this is the only place where the `SplStorageObject` and its methods are referenced.
1 parent f4ba8f1 commit 3ff3dd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/dom_crawler.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ Usage
2828
The :class:`Symfony\\Component\\DomCrawler\\Crawler` class provides methods
2929
to query and manipulate HTML and XML documents.
3030

31-
An instance of the Crawler represents a set (:phpclass:`SplObjectStorage`)
32-
of :phpclass:`DOMElement` objects, which are basically nodes that you can
33-
traverse easily::
31+
An instance of the Crawler represents a set of :phpclass:`DOMElement` objects,
32+
which are basically nodes that you can traverse easily::
3433

3534
use Symfony\Component\DomCrawler\Crawler;
3635

0 commit comments

Comments
 (0)