@@ -18,7 +18,7 @@ |
||
18 | 18 | protected function __setUp_GeneratorTrait(): void |
19 | 19 | { |
20 | 20 | $this->CoreTrait_getCoreObject()->setRetriever( |
21 | - function ($object) { |
|
21 | + function($object) { |
|
22 | 22 | foreach ($object as $key => $value) { |
23 | 23 | yield $key => $value; |
24 | 24 | } |
@@ -34,6 +34,6 @@ |
||
34 | 34 | return $object->getArrayCopy(); |
35 | 35 | } |
36 | 36 | |
37 | - return (array)$object; |
|
37 | + return (array) $object; |
|
38 | 38 | } |
39 | 39 | } |
@@ -124,6 +124,6 @@ |
||
124 | 124 | |
125 | 125 | public function hasRetriever(): bool |
126 | 126 | { |
127 | - return (bool)$this->retriever; |
|
127 | + return (bool) $this->retriever; |
|
128 | 128 | } |
129 | 129 | } |