@@ -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 | * |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | * |
| 51 | 51 | * @param \TechDivision\Import\Observers\AttributeCodeAndValueAwareObserverInterface|null $observer The observer |
| 52 | 52 | * |
| 53 | - * @return mixed The modified value |
|
| 53 | + * @return boolean The modified value |
|
| 54 | 54 | */ |
| 55 | 55 | public function handle(AttributeCodeAndValueAwareObserverInterface $observer = null) |
| 56 | 56 | { |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | * |
| 51 | 51 | * @param \TechDivision\Import\Observers\AttributeCodeAndValueAwareObserverInterface|null $observer The observer |
| 52 | 52 | * |
| 53 | - * @return mixed The modified value |
|
| 53 | + * @return boolean The modified value |
|
| 54 | 54 | */ |
| 55 | 55 | public function handle(AttributeCodeAndValueAwareObserverInterface $observer = null) |
| 56 | 56 | { |