@@ -45,7 +45,7 @@ |
||
| 45 | 45 | public const CYAN = 36; |
| 46 | 46 | public const LIGHT_GRAY = 37; |
| 47 | 47 | // '256' => '38', // 38:2:<red>:<green>:<blue> or 38:5:<256-color> |
| 48 | - public const DEFAULT = 39; |
|
| 48 | + public const default = 39; |
|
| 49 | 49 | |
| 50 | 50 | public const DARK_GRAY = 90; |
| 51 | 51 | public const LIGHT_RED = 91; |
@@ -119,7 +119,7 @@ |
||
| 119 | 119 | return <<<EOD |
| 120 | 120 | - {$action} {$parameters}{$optional} |
| 121 | 121 | {$description} |
| 122 | -EOD; |
|
| 122 | +eod; |
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | /** |
@@ -55,6 +55,6 @@ |
||
| 55 | 55 | return <<<EOD |
| 56 | 56 | {$action} {$parameters}{$optional} |
| 57 | 57 | {$description} |
| 58 | -EOD; |
|
| 58 | +eod; |
|
| 59 | 59 | } |
| 60 | 60 | } |