@@ -48,7 +48,7 @@ |
||
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * @param null $basePath |
|
| 51 | + * @param string $basePath |
|
| 52 | 52 | * @return bool |
| 53 | 53 | */ |
| 54 | 54 | public static function generateKeys($basePath = null) |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | |
| 67 | 67 | |
| 68 | 68 | /** |
| 69 | - * @param null|string $name |
|
| 69 | + * @param null|string $nameIn |
|
| 70 | 70 | * @dataProvider createDataProvider |
| 71 | 71 | */ |
| 72 | 72 | public function testCreate($nameIn, $nameOut) |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | - * @param UserTrait $item |
|
| 18 | + * @param \ByTIC\Auth\Models\Users\Traits\Authentication\AuthenticationUserTrait $item |
|
| 19 | 19 | */ |
| 20 | 20 | public function beforeSetCurrent($item) |
| 21 | 21 | { |