@@ -19,7 +19,7 @@ |
||
| 19 | 19 | |
| 20 | 20 | public function __construct(array $items = [], int $totalMatches = 0) |
| 21 | 21 | {
|
| 22 | - foreach($items as $item) {
|
|
| 22 | + foreach ($items as $item) {
|
|
| 23 | 23 | if (!$item instanceof IItem) {
|
| 24 | 24 | throw new InvalidArgumentException('Given items must implement Radowoj\Searcher\SearchResult\IItem interface');
|
| 25 | 25 | } |