@@ -138,7 +138,7 @@ |
||
| 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( |