Passed
Push — master ( 2f8437...bbe808 )
by Radosław
02:25
created
src/SearchResult/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.