'php_unit_no_expectation_annotation'=>false,// part of `PHPUnitXYMigration:risky` ruleset, to be enabled when PHPUnit 4.x support will be dropped, as we don't want to rewrite exceptions handling twice
@@ -116,19 +116,19 @@ class LogListener implements EventSubscriberInterface
*/
protectedfunctionlogException(\Exception$e)
{
$this->logger->log(call_user_func($this->exceptionLogFilter,$e),sprintf('%s: %s (uncaught exception) at %s line %s',get_class($e),$e->getMessage(),$e->getFile(),$e->getLine()),array('exception'=>$e));
$this->logger->log(call_user_func($this->exceptionLogFilter,$e),sprintf('%s: %s (uncaught exception) at %s line %s',get_class($e),$e->getMessage(),$e->getFile(),$e->getLine()),['exception'=>$e]);