@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | |
38 | 38 | private static function _parseArray($value, $pattern) |
39 | 39 | { |
40 | - if(! is_array($value)) { |
|
40 | + if(!is_array($value)) { |
|
41 | 41 | return false; |
42 | 42 | } |
43 | 43 | |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | |
70 | 70 | private static function _parseCons($value, $pattern) |
71 | 71 | { |
72 | - if(! is_array($value)) { |
|
72 | + if(!is_array($value)) { |
|
73 | 73 | return false; |
74 | 74 | } |
75 | 75 |