fix(phpstan)
This commit is contained in:
parent
60f91909da
commit
7d6fcc23ea
|
@ -15,6 +15,9 @@ final class ExamplePageController {
|
|||
private LoggerChannelFactoryInterface $logger
|
||||
) {}
|
||||
|
||||
/**
|
||||
* @return array<string,mixed>
|
||||
*/
|
||||
public function __invoke(): array {
|
||||
$this->logger->get('example')->info('Example page viewed.');
|
||||
|
||||
|
|
Loading…
Reference in a new issue