Skip to content

Commit 71469ff

Browse files
committed
minor #5796 Fix for #5783 (BenjaminPaap)
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #5796). Discussion ---------- Fix for #5783 | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.8 | Fixed tickets | #5783 I can confirm, that this is the only place where the `SplStorageObject` and its methods which were marked as deprecated in symfony/symfony#15907 are referenced. Commits ------- 065d28c Fix for #5783
2 parents c3a486b + 065d28c commit 71469ff

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)