Passed
Push — master ( 98508f...e77de9 )
by Tim
07:14 queued 11s
created
src/Observers/ProductSourceItemObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
         // Unserialize the inventory source item data from from the column that looks like
56 56
         //   source_code=default,quantity=10.0,status=1|source_code=default,quantity=11.0,status=0
57
-        $msiInventorySources = $this->getValue(ColumnKeys::INVENTORY_SOURCE_ITEMS, array(), function ($value) {
57
+        $msiInventorySources = $this->getValue(ColumnKeys::INVENTORY_SOURCE_ITEMS, array(), function($value) {
58 58
             return $this->explode($value, '|');
59 59
         });
60 60
 
Please login to merge, or discard this patch.