@@ -55,7 +55,7 @@ |
||
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
58 | - * @param string|array $path |
|
58 | + * @param string $path |
|
59 | 59 | * @param string|array $exclude |
60 | 60 | * |
61 | 61 | * @return array |
@@ -49,7 +49,7 @@ |
||
49 | 49 | * @param string $name The connection name |
50 | 50 | * @param string $mode The connection mode, a Rocket class constant |
51 | 51 | * |
52 | - * @return ConnectionInterface|\PDO |
|
52 | + * @return \PDO |
|
53 | 53 | * |
54 | 54 | * @throws Connection\Exception\ConnectionNotFoundException |
55 | 55 | */ |