@@ -18,18 +18,18 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | protected static $instance; |
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * The container's bound services. |
|
| 23 | - * |
|
| 24 | - * @var array |
|
| 25 | - */ |
|
| 21 | + /** |
|
| 22 | + * The container's bound services. |
|
| 23 | + * |
|
| 24 | + * @var array |
|
| 25 | + */ |
|
| 26 | 26 | protected $services = []; |
| 27 | 27 | |
| 28 | - /** |
|
| 29 | - * The container's bucket items |
|
| 30 | - * |
|
| 31 | - * @var array |
|
| 32 | - */ |
|
| 28 | + /** |
|
| 29 | + * The container's bucket items |
|
| 30 | + * |
|
| 31 | + * @var array |
|
| 32 | + */ |
|
| 33 | 33 | protected $bucket = []; |
| 34 | 34 | |
| 35 | 35 | /** |