Completed
Push — 18.x ( bdc089...b6f60e )
by Tim
05:50
created
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.