Completed
Push — master ( cbba9b...a909fd )
by David
29s queued 13s
created
src/Client.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -539,8 +539,7 @@
 block discarded – undo
539 539
     protected function filterResponse(string $response): string
540 540
     {
541 541
         // fix Log4j2 warning
542
-        $response = trim(str_replace
543
-        (
542
+        $response = trim(str_replace(
544 543
             'WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.',
545 544
             '',
546 545
             $response
Please login to merge, or discard this patch.