@@ -39,8 +39,8 @@ |
||
| 39 | 39 | protected static $auth; |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | - * @param string hash |
|
| 43 | - */ |
|
| 42 | + * @param string hash |
|
| 43 | + */ |
|
| 44 | 44 | protected static $hash; |
| 45 | 45 | |
| 46 | 46 | /** |
@@ -356,7 +356,7 @@ |
||
| 356 | 356 | */ |
| 357 | 357 | protected static function calcKey() |
| 358 | 358 | {
|
| 359 | - return preg_replace('/[^0-9]/','', self::getMode());
|
|
| 359 | + return preg_replace('/[^0-9]/', '', self::getMode());
|
|
| 360 | 360 | } |
| 361 | 361 | |
| 362 | 362 | /** |