@@ -46,7 +46,7 @@ |
||
| 46 | 46 | /** |
| 47 | 47 | * A shortcut to get a value with a default |
| 48 | 48 | */ |
| 49 | - public function containerGet(String $id, $value=null) |
|
| 49 | + public function containerGet(String $id, $value = null) |
|
| 50 | 50 | { |
| 51 | 51 | return $this->container->has($id) |
| 52 | 52 | ? $this->container->get($id) |