Passed
Push — main ( 48955e...53f2e5 )
by Daniel
04:08
created
src/Component/Cli/CatalogDeletionCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,6 +34,6 @@
 block discarded – undo
34 34
 
35 35
     public function execute(?int $catalogId): void
36 36
     {
37
-        $this->dic->get(CatalogDeleterInterface::class)->delete(new Interactor(), catalogId: (int) $catalogId);
37
+        $this->dic->get(CatalogDeleterInterface::class)->delete(new Interactor(), catalogId : (int) $catalogId);
38 38
     }
39 39
 }
Please login to merge, or discard this patch.