Completed
Pull Request — master (#6)
by aguevaraIL
18:47
created
src/behaviors/Slug.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,6 +188,6 @@
 block discarded – undo
188 188
     public function checkAccess(array $params, ?Action $action = null): void
189 189
     {
190 190
         $this->ensureSlug($this->owner, true);
191
-        $this->parentSlug?->checkAccess($params $action);
191
+        $this->parentSlug ? ->checkAccess($params $action);
192 192
     }
193 193
 }
Please login to merge, or discard this patch.
src/urlRules/Composite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * @inheritdoc
39 39
      */
40
-    public function setNormalizer(?UrlNormalizer|array $normalizer): void
40
+    public function setNormalizer(?UrlNormalizer | array $normalizer): void
41 41
     {
42 42
         $this->normalizer = is_array($normalizer)
43 43
             ? Yii::createObject(array_merge(
Please login to merge, or discard this patch.