Completed
Push — test-rewrite ( 382d7e...696634 )
by Laurent
01:13
created
server/src/Inventory/Domain/UseCase/ValidInventory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     {
12 12
         $articles = $inventory->articles()->toArray();
13 13
 
14
-        array_map(static function (Article $article) {
14
+        array_map(static function(Article $article) {
15 15
             $article->validStock();
16 16
         }, $articles);
17 17
     }
Please login to merge, or discard this patch.