10000 Fix CS · symfony/symfony@73446ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 73446ac

Browse files
committed
Fix CS
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 402901c commit 73446ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Component/DomCrawler/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)
0