Skip to content

Commit 9ff0e20

Browse files
bronze1manfabpot
authored andcommitted
Fix some annotates
1 parent 99883ef commit 9ff0e20

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Node/CombinedSelectorNode.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\CssSelector\Node;
1313

1414
use Symfony\Component\CssSelector\Exception\ParseException;
15+
use Symfony\Component\CssSelector\XPathExpr;
1516

1617
/**
1718
* CombinedSelectorNode represents a combinator node.

Node/NodeInterface.php

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
namespace Symfony\Component\CssSelector\Node;
1313

14+
use Symfony\Component\CssSelector\XPathExpr;
15+
use Symfony\Component\CssSelector\Exception\ParseException;
16+
1417
/**
1518
* ClassNode represents a "selector.className" node.
1619
*

0 commit comments

Comments
 (0)