Passed
Push — master ( 221c35...fdb910 )
by Petr
02:59
created
src/Pohoda/Category.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * @return $this
28 28
      */
29
-    public function addSubcategory(self|Category\CategoryDto $category): self
29
+    public function addSubcategory(self | Category\CategoryDto $category): self
30 30
     {
31 31
         $this->data->subCategories[] = $category;
32 32
 
Please login to merge, or discard this patch.