Completed
Pull Request — master (#40)
by Tim
57:03 queued 46:54
created
src/Observers/ProductMediaObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
      * @param mixed|null    $default  The default value, that has to be returned, if the row's value is empty
116 116
      * @param callable|null $callback The callback that has to be invoked on the value, e. g. to format it
117 117
      *
118
-     * @return mixed|null The, almost formatted, value
118
+     * @return string The, almost formatted, value
119 119
      * @see \TechDivision\Import\Observers\AbstractObserver::getValue()
120 120
      */
121 121
     protected function getImageValue($name, $default = null, callable $callback = null)
Please login to merge, or discard this patch.
RoboFile.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -18,10 +18,6 @@
 block discarded – undo
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
  *
Please login to merge, or discard this patch.
src/Services/ProductMediaProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
190 190
      * ProductProcessor::beginTransaction() starts a new transaction.
191 191
      *
192
-     * @return boolean Returns TRUE on success or FALSE on failure
192
+     * @return boolean|null Returns TRUE on success or FALSE on failure
193 193
      * @link http://php.net/manual/en/pdo.commit.php
194 194
      */
195 195
     public function commit()
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
353 353
      * @param string $entityTypeCode The entity type code to return the raw entity for
354 354
      * @param array  $data           An array with data that will be used to initialize the raw entity with
355 355
      *
356
-     * @return array The initialized entity
356
+     * @return \ArrayAccess The initialized entity
357 357
      */
358 358
     public function loadRawEntity($entityTypeCode, array $data = array())
359 359
     {
Please login to merge, or discard this patch.