Passed
Push — master ( 0945db...260ad4 )
by Carlos
06:03 queued 03:11
created
src/hal/ContractTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         $this->getSlugBehavior()->checkAccess($params, $action);
34 34
     }
35 35
 
36
-    abstract protected function slugBehaviorConfig(): array|Slug;
36
+    abstract protected function slugBehaviorConfig(): array | Slug;
37 37
 
38 38
     protected function curiesBehaviorConfig(): array
39 39
     {
Please login to merge, or discard this patch.
src/urlRules/Modular.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
 
44 44
     /**
45 45
      * @inheritdoc
46
-
47 46
      */
48 47
     protected function createRules()
49 48
     {
Please login to merge, or discard this patch.