@@ -506,7 +506,7 @@ |
||
| 506 | 506 | // Generate phpDoc for the parameters of the wrapper method. |
| 507 | 507 | |
| 508 | 508 | foreach ($parameters as $parameter) |
| 509 | - { |
|
| 509 | + { |
|
| 510 | 510 | $format = sprintf(' * %%-%ds %%-%ds %%-%ds %%s', mb_strlen('@param'), $max_type_length, $max_name_length); |
| 511 | 511 | |
| 512 | 512 | $lines = $parameter['description']; |
@@ -401,7 +401,8 @@ |
||
| 401 | 401 | { |
| 402 | 402 | $this->io->writeln(''); |
| 403 | 403 | |
| 404 | - usort($this->sources, function ($a, $b) { |
|
| 404 | + usort($this->sources, function ($a, $b) |
|
| 405 | + { |
|
| 405 | 406 | return strcmp($a['routine_name'], $b['routine_name']); |
| 406 | 407 | }); |
| 407 | 408 | |