Passed
Push — master ( 4d2055...b2dedb )
by Roeland
24:06 queued 11:47
created
lib/private/EventDispatcher/ServiceEventListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 			try {
66 66
 				$this->service = $this->container->query($this->class);
67 67
 			} catch (QueryException $e) {
68
-				$this->logger->error("Could not load event listener service " . $this->class, [
68
+				$this->logger->error("Could not load event listener service ".$this->class, [
69 69
 					'exception' => $e,
70 70
 				]);
71 71
 				return;
Please login to merge, or discard this patch.