@@ -246,8 +246,7 @@ |
||
246 | 246 | public function share(/*# bool */ $shared = true) |
247 | 247 | { |
248 | 248 | $this->default_scope = (bool) $shared ? |
249 | - self::SCOPE_SHARED : |
|
250 | - self::SCOPE_SINGLE; |
|
249 | + self::SCOPE_SHARED : self::SCOPE_SINGLE; |
|
251 | 250 | return $this; |
252 | 251 | } |
253 | 252 |