Completed
Push — master ( b7e188...4523b4 )
by Scott
03:49
created
models/ShippingSettings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      */
45 45
     protected function validateDrivers(array $drivers = null)
46 46
     {
47
-        if (! $drivers || ! is_array($drivers)) {
47
+        if (!$drivers || !is_array($drivers)) {
48 48
             Flash::error(Lang::get('bedard.shop::lang.shipping.form.validation_none'));
49 49
             throw new ValidationException(null);
50 50
         }
Please login to merge, or discard this patch.