@@ -56,7 +56,7 @@ |
||
56 | 56 | $this->assertValidKey($key); |
57 | 57 | if (func_num_args() === 1) { |
58 | 58 | Assert::that($this->has($key))->true("Key '$key' not found and no default provided"); |
59 | - return clone (object)$this->compositeMap->get($key); |
|
59 | + return clone (object) $this->compositeMap->get($key); |
|
60 | 60 | } else { |
61 | 61 | if (!is_null($default)) { |
62 | 62 | $this->assertValidType($default); |