Completed
Push — test-rewrite ( 6c8480...18b1ba )
by Laurent
01:37
created
server/src/Inventory/Domain/Model/Inventory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         $gaps = [];
31 31
         foreach ($this->articles->toArray() as $article) {
32 32
             if ($article->gap() !== null) {
33
-                $gaps[] = $article->gap() ;
33
+                $gaps[] = $article->gap();
34 34
             }
35 35
         }
36 36
 
Please login to merge, or discard this patch.