Completed
Push — 19.x ( 5e6c18...457ca6 )
by Tim
09:59
created
src/Observers/VariantSuperAttributeObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -333,7 +333,7 @@
 block discarded – undo
333 333
      *
334 334
      * @param array $productSuperAttribute The product super attribute data to persist
335 335
      *
336
-     * @return void
336
+     * @return string
337 337
      */
338 338
     protected function persistProductSuperAttribute($productSuperAttribute)
339 339
     {
Please login to merge, or discard this patch.
src/Services/ProductVariantProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
203 203
      * ProductProcessor::beginTransaction() starts a new transaction.
204 204
      *
205
-     * @return boolean Returns TRUE on success or FALSE on failure
205
+     * @return boolean|null Returns TRUE on success or FALSE on failure
206 206
      * @link http://php.net/manual/en/pdo.commit.php
207 207
      */
208 208
     public function commit()
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.