@@ -204,7 +204,7 @@ |
||
204 | 204 | /** |
205 | 205 | * {@inheritdoc} |
206 | 206 | */ |
207 | - public function foreach(callable $function): StreamInterface |
|
207 | + public function foreach (callable $function): StreamInterface |
|
208 | 208 | { |
209 | 209 | $this->values->foreach(function($value) use ($function): void { |
210 | 210 | $function($this->load($value)); |
@@ -169,7 +169,7 @@ |
||
169 | 169 | /** |
170 | 170 | * {@inheritdoc} |
171 | 171 | */ |
172 | - public function foreach(callable $function): SetInterface |
|
172 | + public function foreach (callable $function): SetInterface |
|
173 | 173 | { |
174 | 174 | $this->values->foreach(function($value) use ($function): void { |
175 | 175 | $function($this->load($value)); |