@@ -58,7 +58,7 @@ |
||
| 58 | 58 | %i - the argument is treated as an integer. |
| 59 | 59 | %f - the argument is treated as a float. |
| 60 | 60 | DESC |
| 61 | - ); |
|
| 61 | + ); |
|
| 62 | 62 | |
| 63 | 63 | // General options. |
| 64 | 64 | $this->addOption("key", |
@@ -128,7 +128,7 @@ |
||
| 128 | 128 | elseif ($this->isFormatted($arg)) |
| 129 | 129 | return $arg; |
| 130 | 130 | else |
| 131 | - return (string)$arg ; |
|
| 131 | + return (string)$arg; |
|
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | |