Passed
Push — master ( 1409ba...25011d )
by Menno
01:51
created
src/Condition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      *
108 108
      * @return string|null
109 109
      */
110
-    protected function getRelationTagPart(): string|null
110
+    protected function getRelationTagPart(): string | null
111 111
     {
112 112
         if (null === $this->relatedModelId) {
113 113
             if (null === $this->relatedModelName) {
Please login to merge, or discard this patch.