Skip to content

Commit 9f6108e

Browse files
committed
fixed CS
1 parent e37dee4 commit 9f6108e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Node/FunctionNode.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ protected function _xpath_contains($xpath, $expr)
209209
$xpath->addCondition(sprintf('contains(string(.), %s)', XPathExpr::xpathLiteral($expr)));
210210

211211
// FIXME: Currently case insensitive matching doesn't seem to be happening
212-
213212
return $xpath;
214213
}
215214

@@ -264,7 +263,6 @@ protected function parseSeries($s)
264263

265264
if (false === strpos($s, 'n')) {
266265
// Just a b
267-
268266
return array(0, intval((string) $s));
269267
}
270268

0 commit comments

Comments
 (0)