Passed
Push — main ( 53f2e5...8f3f03 )
by Daniel
14:19
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.