@@ -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 | { |
@@ -231,7 +231,7 @@ discard block |
||
| 231 | 231 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
| 232 | 232 | * ProductProcessor::beginTransaction() starts a new transaction. |
| 233 | 233 | * |
| 234 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
| 234 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
| 235 | 235 | * @link http://php.net/manual/en/pdo.commit.php |
| 236 | 236 | */ |
| 237 | 237 | public function commit() |
@@ -483,7 +483,7 @@ discard block |
||
| 483 | 483 | * @param string $entityTypeCode The entity type code to return the raw entity for |
| 484 | 484 | * @param array $data An array with data that will be used to initialize the raw entity with |
| 485 | 485 | * |
| 486 | - * @return array The initialized entity |
|
| 486 | + * @return \ArrayAccess The initialized entity |
|
| 487 | 487 | */ |
| 488 | 488 | public function loadRawEntity($entityTypeCode, array $data = array()) |
| 489 | 489 | { |