Skip to content

Commit

Permalink
Fix for symfony#5783
Browse files Browse the repository at this point in the history
I can confirm, that this is the only place where the `SplStorageObject`
and its methods are referenced.
  • Loading branch information
BenjaminPaap committed Oct 16, 2015
1 parent f4ba8f1 commit 3ff3dd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/dom_crawler.rst
Expand Up @@ -28,9 +28,8 @@ Usage
The :class:`Symfony\\Component\\DomCrawler\\Crawler` class provides methods
to query and manipulate HTML and XML documents.

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

use Symfony\Component\DomCrawler\Crawler;

Expand Down

0 comments on commit 3ff3dd3

Please sign in to comment.