@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | * |
| 95 | 95 | * @return array|\ArrayAccess |
| 96 | 96 | */ |
| 97 | - $this['settings'] = function () use ($userSettings, $defaultSettings) { |
|
| 97 | + $this['settings'] = function() use ($userSettings, $defaultSettings) { |
|
| 98 | 98 | return new Collection(array_merge($defaultSettings, $userSettings)); |
| 99 | 99 | }; |
| 100 | 100 | |
@@ -117,7 +117,7 @@ discard block |
||
| 117 | 117 | * |
| 118 | 118 | * @return mixed Entry. |
| 119 | 119 | */ |
| 120 | - public function get($id, $throwExceptionIfNotFound=true) |
|
| 120 | + public function get($id, $throwExceptionIfNotFound = true) |
|
| 121 | 121 | { |
| 122 | 122 | if (!$this->offsetExists($id)) { |
| 123 | 123 | if (!$throwExceptionIfNotFound) { |