Skip to content

Commit 6d1375c

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix CS
2 parents 57bcf7c + 1ad14c6 commit 6d1375c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Crawler.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ class Crawler implements \Countable, \IteratorAggregate
4141
private $namespaces = [];
4242

4343
/**
44-
* @var \ArrayObject A map of cached namespaces
44+
* A map of cached namespaces.
45+
*
46+
* @var \ArrayObject
4547
*/
4648
private $cachedNamespaces;
4749

0 commit comments

Comments
 (0)