Skip to content

Commit 4947b1d

Browse files
committed
fixed CS
1 parent 6978e34 commit 4947b1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Node/FunctionNode.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ class FunctionNode implements NodeInterface
3535
* Constructor.
3636
*
3737
* @param NodeInterface $selector The XPath expression
38-
* @param string $type
39-
* @param string $name
40-
* @param XPathExpr $expr
38+
* @param string $type
39+
* @param string $name
40+
* @param XPathExpr $expr
4141
*/
4242
public function __construct($selector, $type, $name, $expr)
4343
{

0 commit comments

Comments
 (0)