Completed
Push — master ( 59746f...828139 )
by Rafael
04:54
created
src/Behat/Client/GraphQLClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
224 224
     public function request($method, $uri, array $parameters = [], array $files = [], array $server = [], $content = null, $changeHistory = true)
225 225
     {
226 226
         set_error_handler(
227
-            function ($level, $message, $errFile, $errLine) {
227
+            function($level, $message, $errFile, $errLine) {
228 228
                 if ($this->deprecationAdviser) {
229 229
                     $this->deprecationAdviser->addWarning($message, $errFile, $errLine);
230 230
                 }
Please login to merge, or discard this patch.
src/Behat/Deprecation/DeprecationAdviser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         if (!empty($this->warnings)) {
56 56
             uasort(
57 57
                 $this->warnings,
58
-                function ($a, $b) {
58
+                function($a, $b) {
59 59
                     if (count($a) === count($b)) {
60 60
                         return 0;
61 61
                     }
Please login to merge, or discard this patch.