@@ -82,7 +82,7 @@ |
||
82 | 82 | /** |
83 | 83 | * Return's the row ID of the product that has been created recently. |
84 | 84 | * |
85 | - * @return string The row Id |
|
85 | + * @return integer The row Id |
|
86 | 86 | */ |
87 | 87 | public function getLastRowId() |
88 | 88 | { |
@@ -18,10 +18,6 @@ |
||
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 | * |