@@ -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) |