Passed
Push — master ( 7b5f02...eec92d )
by Gerrit
02:49
created
Mapping/CallDefinition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
             }
139 139
 
140 140
             if (!empty($calleeDescription)) {
141
-                $calleeDescription .= $this->isStaticCall ?'::' :'->';
141
+                $calleeDescription .= $this->isStaticCall ? '::' : '->';
142 142
             }
143 143
 
144 144
             throw new ORMException(sprintf(
Please login to merge, or discard this patch.