@@ -538,7 +538,7 @@ |
||
538 | 538 | * Merge the columns from the configuration with all image type columns to define which |
539 | 539 | * columns should be cleaned-up. |
540 | 540 | * |
541 | - * @return array The columns that has to be cleaned-up |
|
541 | + * @return string The columns that has to be cleaned-up |
|
542 | 542 | */ |
543 | 543 | public function getCleanUpColumns() |
544 | 544 | { |
@@ -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 | * |
@@ -362,7 +362,7 @@ discard block |
||
362 | 362 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
363 | 363 | * ProductProcessor::beginTransaction() starts a new transaction. |
364 | 364 | * |
365 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
365 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
366 | 366 | * @link http://php.net/manual/en/pdo.commit.php |
367 | 367 | */ |
368 | 368 | public function commit() |
@@ -937,7 +937,7 @@ discard block |
||
937 | 937 | * @param string $entityTypeCode The entity type code to return the raw entity for |
938 | 938 | * @param array $data An array with data that will be used to initialize the raw entity with |
939 | 939 | * |
940 | - * @return array The initialized entity |
|
940 | + * @return \ArrayAccess The initialized entity |
|
941 | 941 | */ |
942 | 942 | public function loadRawEntity($entityTypeCode, array $data = array()) |
943 | 943 | { |