@@ -89,7 +89,7 @@ |
||
| 89 | 89 | * |
| 90 | 90 | * @return self |
| 91 | 91 | */ |
| 92 | - public function foreach(callable $function): self; |
|
| 92 | + public function foreach (callable $function): self; |
|
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | 95 | * Return a new map of pairs grouped by keys determined with the given |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | * |
| 86 | 86 | * @return self<T> |
| 87 | 87 | */ |
| 88 | - public function foreach(callable $function): self; |
|
| 88 | + public function foreach (callable $function): self; |
|
| 89 | 89 | |
| 90 | 90 | /** |
| 91 | 91 | * Return a new map of pairs grouped by keys determined with the given |
@@ -89,7 +89,7 @@ |
||
| 89 | 89 | * |
| 90 | 90 | * @return self |
| 91 | 91 | */ |
| 92 | - public function foreach(callable $function): self; |
|
| 92 | + public function foreach (callable $function): self; |
|
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | 95 | * Return a new map of pairs grouped by keys determined with the given |
@@ -101,7 +101,7 @@ |
||
| 101 | 101 | * |
| 102 | 102 | * @return self |
| 103 | 103 | */ |
| 104 | - public function foreach(callable $function): self; |
|
| 104 | + public function foreach (callable $function): self; |
|
| 105 | 105 | |
| 106 | 106 | /** |
| 107 | 107 | * Return a new map of pairs' sequences grouped by keys determined with the given |
@@ -213,7 +213,7 @@ |
||
| 213 | 213 | /** |
| 214 | 214 | * {@inheritdoc} |
| 215 | 215 | */ |
| 216 | - public function foreach(callable $function): StreamInterface |
|
| 216 | + public function foreach (callable $function): StreamInterface |
|
| 217 | 217 | { |
| 218 | 218 | $this->values->foreach($function); |
| 219 | 219 | |