@@ -198,7 +198,7 @@ discard block |
||
198 | 198 | * |
199 | 199 | * @param string $type type |
200 | 200 | */ |
201 | - private function replaceBool(string &$type): void |
|
201 | + private function replaceBool(string & $type): void |
|
202 | 202 | { |
203 | 203 | switch ($type) { |
204 | 204 | case 'bool': |
@@ -212,7 +212,7 @@ discard block |
||
212 | 212 | * |
213 | 213 | * @param string $type type |
214 | 214 | */ |
215 | - private function replaceInt(string &$type): void |
|
215 | + private function replaceInt(string & $type): void |
|
216 | 216 | { |
217 | 217 | switch ($type) { |
218 | 218 | case 'int': |
@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | * |
227 | 227 | * @param string $type type |
228 | 228 | */ |
229 | - private function replaceFloat(string &$type): void |
|
229 | + private function replaceFloat(string & $type): void |
|
230 | 230 | { |
231 | 231 | switch ($type) { |
232 | 232 | case 'int': |
@@ -240,7 +240,7 @@ discard block |
||
240 | 240 | * |
241 | 241 | * @param string $type type |
242 | 242 | */ |
243 | - private function replaceComplex(string &$type): void |
|
243 | + private function replaceComplex(string & $type): void |
|
244 | 244 | { |
245 | 245 | switch ($type) { |
246 | 246 | case 'array': |
@@ -255,7 +255,7 @@ discard block |
||
255 | 255 | * |
256 | 256 | * @param string $type type |
257 | 257 | */ |
258 | - private function replaceAxs(string &$type): void |
|
258 | + private function replaceAxs(string & $type): void |
|
259 | 259 | { |
260 | 260 | switch ($type) { |
261 | 261 | case 'string': |