x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 60c453...a83e20 )
by Povilas
01:54
created
src/Common/PurchaseDataGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      */
68 68
     private static function filterParameters(array $parameters)
69 69
     {
70
-        return array_filter($parameters, function ($value) {
70
+        return array_filter($parameters, function($value) {
71 71
             return '' !== $value && null !== $value;
72 72
         });
73 73
     }
Please login to merge, or discard this patch.