@@ -368,7 +368,7 @@ |
||
| 368 | 368 | $properties = $this->getPropertyNames(); |
| 369 | 369 | $result = []; |
| 370 | 370 | foreach ($properties as $property) { |
| 371 | - if($this->$filterFunction($property)) { |
|
| 371 | + if ($this->$filterFunction($property)) { |
|
| 372 | 372 | $result[] = $property; |
| 373 | 373 | } |
| 374 | 374 | } |