Skip to content

Commit 3c2c70c

Browse files
authored
Fixed PHPStan report (#118)
* Fixed PHPStan report * cr remark
1 parent 59ebbcc commit 3c2c70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/EventListener/ViewTemplatesListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function setViewTemplates(PreContentViewEvent $event): void
6464
}
6565

6666
/**
67-
* @return string[]
67+
* @return array<class-string, string>
6868
*/
6969
private function getTemplatesMap(): array
7070
{

0 commit comments

Comments
 (0)