@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * @param int $chars The number of space characters to display |
| 28 | 28 | * @param string $kind Determines the kind of space to return. Values: space | escaped |
| 29 | - */ |
|
| 29 | + */ |
|
| 30 | 30 | |
| 31 | 31 | public function __construct(int $chars = 1, string $kind = 'space') |
| 32 | 32 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * @param int $lines The number of newlines to create |
| 28 | 28 | * @param string $kind Determines the kind of newline to return. Values: linebreak | return | both |
| 29 | - */ |
|
| 29 | + */ |
|
| 30 | 30 | |
| 31 | 31 | public function __construct(int $lines = 1, string $kind = 'linebreak') |
| 32 | 32 | { |