From 3ff3dd30fa3cc4fe93dd57d164f63506fc3e3b3d Mon Sep 17 00:00:00 2001 From: Benjamin Paap Date: Fri, 16 Oct 2015 19:36:09 +0200 Subject: [PATCH] Fix for #5783 I can confirm, that this is the only place where the `SplStorageObject` and its methods are referenced. --- components/dom_crawler.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index bea54cfe4e6..482673e49f6 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -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;