fix(phpstan)

This commit is contained in:
Oliver Davies 2023-04-21 12:48:26 +01:00
parent 60f91909da
commit 7d6fcc23ea

View file

@ -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.');