Passed
Push — master ( 15cfca...02f447 )
by Tim
08:32
created
src/Observers/ProductSourceItemObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 
78 78
         // unserialize the inventory source item data from the column that looks like
79 79
         //   source_code=default,quantity=10.0,status=1|source_code=default,quantity=11.0,status=0
80
-        $msiInventorySources = $this->getValue(ColumnKeys::INVENTORY_SOURCE_ITEMS, $defaultValue, function ($value) {
80
+        $msiInventorySources = $this->getValue(ColumnKeys::INVENTORY_SOURCE_ITEMS, $defaultValue, function($value) {
81 81
             return $this->explode($value, '|');
82 82
         });
83 83
 
Please login to merge, or discard this patch.