Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 11, 2012
1 parent e37dee4 commit 9f6108e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Node/FunctionNode.php
Expand Up @@ -209,7 +209,6 @@ protected function _xpath_contains($xpath, $expr)
$xpath->addCondition(sprintf('contains(string(.), %s)', XPathExpr::xpathLiteral($expr)));

// FIXME: Currently case insensitive matching doesn't seem to be happening

return $xpath;
}

Expand Down Expand Up @@ -264,7 +263,6 @@ protected function parseSeries($s)

if (false === strpos($s, 'n')) {
// Just a b

return array(0, intval((string) $s));
}

Expand Down

0 comments on commit 9f6108e

Please sign in to comment.