Completed
Push — version2.0 ( e7c994...c315e7 )
by Sebastian
03:39
created
src/Seboettg/CiteProc/Constraint/IsNumeric.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             return $numberFormatter->parse($evalValue) !== false;
61 61
         } else if (preg_match(Number::PATTERN_ROMAN, $evalValue)) {
62 62
             return Number::roman2Dec($evalValue) !== false;
63
-        } else if (preg_match(Number::PATTERN_COMMA_AMPERSAND_RANGE, $evalValue)){
63
+        } else if (preg_match(Number::PATTERN_COMMA_AMPERSAND_RANGE, $evalValue)) {
64 64
             return true;
65 65
         }
66 66
         return false;
Please login to merge, or discard this patch.