Passed
Push — master ( 610227...7a4f69 )
by Mr
02:59
created
src/TypedMapTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.