@@ -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'), $maxTypeLength, $maxNameLength); |
| 511 | 511 | |
| 512 | 512 | $lines = $parameter['description']; |