Passed
Push — master ( 90b95a...81d966 )
by butschster
27:32 queued 16:26
created
src/Bridge/Monolog/tests/EventHandlerTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,8 @@
 block discarded – undo
16 16
 
17 17
     protected function setUp(): void
18 18
     {
19
-        $this->listener = new class() {
19
+        $this->listener = new class()
20
+        {
20 21
             public LogEvent $event;
21 22
 
22 23
             public function __invoke(LogEvent $event): void
Please login to merge, or discard this patch.