@@ -37,7 +37,7 @@ |
||
37 | 37 | $matchSpaced = preg_match($spaced, $v); |
38 | 38 | $matchIso = preg_match($iso8601, $v); |
39 | 39 | if (is_bool($matchDate) || is_bool($matchCanonical) || is_bool($matchSpaced) || is_bool($matchIso)) { |
40 | - throw new \Exception("Regex date error"); |
|
40 | + throw new \Exception("Regex date error"); |
|
41 | 41 | } |
42 | 42 | |
43 | 43 | return $matchDate || $matchCanonical || $matchSpaced || $matchIso; |