@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | protected $connections; |
12 | 12 | |
13 | 13 | /** |
14 | - * @param Aura\Sql\ConnectionLocator $connections |
|
14 | + * @param ConnectionLocator $connections |
|
15 | 15 | */ |
16 | 16 | public function __construct(ConnectionLocator $connections) |
17 | 17 | { |
@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | * @param string $category |
23 | 23 | * @param string $path |
24 | 24 | * |
25 | - * @return array|false |
|
25 | + * @return boolean |
|
26 | 26 | */ |
27 | 27 | public function findByPath($category, $path) |
28 | 28 | { |