chore: Fix typings and update psalm baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -39,7 +39,7 @@ class BoardSummary extends Board {
|
||||
];
|
||||
}
|
||||
|
||||
protected function getter($name) {
|
||||
protected function getter(string $name): mixed {
|
||||
return $this->board->getter($name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user