@@ -25,7 +25,7 @@ |
||
25 | 25 | */ |
26 | 26 | protected function evalSubstringOf($item) |
27 | 27 | { |
28 | - return (false !== strpos($this->_stripSpace((string) $item), $this->_substring)); |
|
28 | + return (false !== strpos($this->_stripSpace((string)$item), $this->_substring)); |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | protected function relationship() |