@@ -46,8 +46,7 @@ |
||
| 46 | 46 | public function share(/*# bool */ $shared = true) |
| 47 | 47 | { |
| 48 | 48 | $this->default_scope = (bool) $shared ? |
| 49 | - ScopeInterface::SCOPE_SHARED : |
|
| 50 | - ScopeInterface::SCOPE_SINGLE ; |
|
| 49 | + ScopeInterface::SCOPE_SHARED : ScopeInterface::SCOPE_SINGLE; |
|
| 51 | 50 | return $this; |
| 52 | 51 | } |
| 53 | 52 | |