| @@ -88,7 +88,7 @@ | ||
| 88 | 88 | return true; | 
| 89 | 89 | } | 
| 90 | 90 | |
| 91 | - return (bool)count(array_intersect($this->mappingKeys, array_flip($data))) > 0; | |
| 91 | + return (bool) count(array_intersect($this->mappingKeys, array_flip($data))) > 0; | |
| 92 | 92 | } | 
| 93 | 93 | |
| 94 | 94 | /** |