@@ -77,10 +77,10 @@ discard block |
||
77 | 77 | /** |
78 | 78 | * Set it up |
79 | 79 | * |
80 | - * @param \mithra62\Language $lang |
|
81 | - * @param \mithra62\Files $file |
|
82 | - * @param \mithra62\Settings $setting |
|
83 | - * @param \mithra62\Encrypt $encrypt |
|
80 | + * @param \JaegerApp\Language $lang |
|
81 | + * @param \JaegerApp\Files $file |
|
82 | + * @param \JaegerApp\Settings $setting |
|
83 | + * @param \JaegerApp\Encrypt $encrypt |
|
84 | 84 | * @param \mithra62\AbstractPlatform $platform |
85 | 85 | */ |
86 | 86 | public function __construct(\JaegerApp\Language $lang, \JaegerApp\Files $file, \JaegerApp\Settings $setting, \JaegerApp\Encrypt $encrypt, \JaegerApp\Platforms\AbstractPlatform $platform) |
@@ -191,7 +191,7 @@ discard block |
||
191 | 191 | * |
192 | 192 | * @param number $time |
193 | 193 | * @param string $html |
194 | - * @param number $truncate |
|
194 | + * @param integer $truncate |
|
195 | 195 | * @return string |
196 | 196 | */ |
197 | 197 | public function m62TimeFormat($time, $html = true, $truncate = 1) |