Completed
Push — master ( 60cb88...f7cff3 )
by Marcus
15:58
created
RoboFile.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -18,10 +18,6 @@
 block discarded – undo
18 18
  * @link      http://www.techdivision.com
19 19
  */
20 20
 
21
-use Lurker\Event\FilesystemEvent;
22
-
23
-use Symfony\Component\Finder\Finder;
24
-
25 21
 /**
26 22
  * Defines the available build tasks.
27 23
  *
Please login to merge, or discard this patch.
src/Simple.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -362,7 +362,7 @@
 block discarded – undo
362 362
     /**
363 363
      * Return's the module instances.
364 364
      *
365
-     * @return \Traversable The module instances
365
+     * @return \TechDivision\Import\Modules\ModuleInterface[] The module instances
366 366
      */
367 367
     public function getModules()
368 368
     {
Please login to merge, or discard this patch.