@@ -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 | |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | * @var int |
| 47 | 47 | * @access protected |
| 48 | 48 | */ |
| 49 | - protected $counter = 0; |
|
| 49 | + protected $counter = 0; |
|
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | 52 | * Full scope info |