@@ -3,17 +3,17 @@ |
||
3 | 3 | |
4 | 4 | interface Suitin |
5 | 5 | { |
6 | - public function cost($cost); |
|
6 | + public function cost($cost); |
|
7 | 7 | |
8 | - public function memory($memory); |
|
8 | + public function memory($memory); |
|
9 | 9 | |
10 | - public function time($time); |
|
10 | + public function time($time); |
|
11 | 11 | |
12 | - public function thread($thread); |
|
12 | + public function thread($thread); |
|
13 | 13 | |
14 | - public function pwHash($mode, $password); |
|
14 | + public function pwHash($mode, $password); |
|
15 | 15 | |
16 | - public function pwRehash($mode, $password, $hash); |
|
16 | + public function pwRehash($mode, $password, $hash); |
|
17 | 17 | |
18 | - public function pwInfo($hash); |
|
18 | + public function pwInfo($hash); |
|
19 | 19 | } |
@@ -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 | /** |