@@ -539,8 +539,7 @@ |
||
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 |