Completed
Push — master ( 9ad51b...7e7a81 )
by Tim
10s
created
src/ConfigurationLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.
RoboFile.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.