Test Failed
Branch master (a08d3d)
by Jan Willem
03:21
created
Category
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -552,7 +552,7 @@
 block discarded – undo
552 552
     {
553 553
         return http_build_query(
554 554
             array_map(
555
-                function ($parameter) {
555
+                function($parameter) {
556 556
                     if (!is_bool($parameter)) {
557 557
                         return $parameter;
558 558
                     }
Please login to merge, or discard this patch.