fix(phpstan)
This commit is contained in:
parent
60f91909da
commit
7d6fcc23ea
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue