@@ -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 | * |
@@ -159,7 +159,7 @@ |
||
159 | 159 | /** |
160 | 160 | * Return's the PK to create the product => variant relation. |
161 | 161 | * |
162 | - * @return integer The PK to create the relation with |
|
162 | + * @return string The PK to create the relation with |
|
163 | 163 | */ |
164 | 164 | protected function getLastPrimaryKey() |
165 | 165 | { |