Completed
Push — 18.x ( b6f60e...062549 )
by Tim
05:38
created
src/Services/ProductBundleProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
199 199
      * ProductProcessor::beginTransaction() starts a new transaction.
200 200
      *
201
-     * @return boolean Returns TRUE on success or FALSE on failure
201
+     * @return boolean|null Returns TRUE on success or FALSE on failure
202 202
      * @link http://php.net/manual/en/pdo.commit.php
203 203
      */
204 204
     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.
src/Callbacks/BundlePriceViewCallback.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Callbacks/BundleTypeCallback.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.