Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 1, 2013
1 parent 8b4d745 commit a5deeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/FunctionNode.php
Expand Up @@ -129,7 +129,7 @@ protected function _xpath_nth_child($xpath, $expr, $last = false, $addNameTest =
if (0 !== $b) {
$expr .= ' - '.$b;
}

$conditions = array(sprintf('%s %s 0', $expr, $sign));

if (1 !== $a && -1 !== $a) {
Expand Down

0 comments on commit a5deeae

Please sign in to comment.