@@ -46,7 +46,7 @@ |
||
46 | 46 | /** |
47 | 47 | * Drop tables if exists |
48 | 48 | * |
49 | - * @param array $tables |
|
49 | + * @param string[] $tables |
|
50 | 50 | */ |
51 | 51 | protected function dropTables(array $tables) |
52 | 52 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * |
17 | 17 | * @param string $bundle |
18 | 18 | * @param string $tag |
19 | - * @param $implements Fully qualified interface name must be implemented |
|
19 | + * @param string $implements Fully qualified interface name must be implemented |
|
20 | 20 | * @return array |
21 | 21 | * @throws StructureException |
22 | 22 | */ |