@@ -258,7 +258,7 @@ |
||
258 | 258 | * @param string $dir The path to the Magento root directory |
259 | 259 | * @param string $connectionName The connection name to return the data for |
260 | 260 | * |
261 | - * @return array The connection data |
|
261 | + * @return Database The connection data |
|
262 | 262 | * @throws \Exception Is thrown, if the requested DB connection is not available |
263 | 263 | */ |
264 | 264 | protected function getMagentoDbConnection($dir, $connectionName = 'default') |
@@ -18,7 +18,6 @@ |
||
18 | 18 | * @link http://www.techdivision.com |
19 | 19 | */ |
20 | 20 | |
21 | -use Lurker\Event\FilesystemEvent; |
|
22 | 21 | use Symfony\Component\Finder\Finder; |
23 | 22 | |
24 | 23 | /** |