@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | $this->_invalidPattern($pattern); |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | - if(! is_array($value)) { |
|
| 49 | + if(!is_array($value)) { |
|
| 50 | 50 | return false; |
| 51 | 51 | } |
| 52 | 52 | |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | $this->_invalidPattern($pattern); |
| 78 | 78 | } |
| 79 | 79 | |
| 80 | - if(! is_array($value)) { |
|
| 80 | + if(!is_array($value)) { |
|
| 81 | 81 | return false; |
| 82 | 82 | } |
| 83 | 83 | |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | return $result; |
| 130 | 130 | }, false); |
| 131 | 131 | |
| 132 | - if(! $result) { |
|
| 132 | + if(!$result) { |
|
| 133 | 133 | $this->_invalidPattern($pattern); |
| 134 | 134 | } |
| 135 | 135 | |