Completed
Push — 13.x ( 6ef6a1 )
by Tim
06:12
created
src/Subjects/MediaSubject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
     /**
290 290
      * Return's the name of the created image.
291 291
      *
292
-     * @return string The name of the created image
292
+     * @return integer The name of the created image
293 293
      */
294 294
     public function getParentImage()
295 295
     {
Please login to merge, or discard this patch.
src/Services/ProductMediaProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
170 170
      * ProductProcessor::beginTransaction() starts a new transaction.
171 171
      *
172
-     * @return boolean Returns TRUE on success or FALSE on failure
172
+     * @return boolean|null Returns TRUE on success or FALSE on failure
173 173
      * @link http://php.net/manual/en/pdo.commit.php
174 174
      */
175 175
     public function commit()
Please login to merge, or discard this patch.
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.