Passed
Push — master ( c935f6...4b97ef )
by Roeland
16:48 queued 10s
created
lib/private/EventDispatcher/GenericEventWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 		$class = ($this->event !== null && is_object($this->event)) ? get_class($this->event) : 'null';
60 60
 		$this->logger->info(
61 61
 			'Deprecated event type for {name}: {class} is used',
62
-			[ 'name' => $this->eventName, 'class' => $class]
62
+			['name' => $this->eventName, 'class' => $class]
63 63
 		);
64 64
 		$this->deprecationNoticeLogged = true;
65 65
 	}
Please login to merge, or discard this patch.