mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 13:34:28 +02:00
Fixed PHPStan errors.
This commit is contained in:
parent
f604022e49
commit
15d25cf2b2
4 changed files with 5 additions and 4 deletions
|
@ -47,6 +47,8 @@ class IconLinkColumn extends AbstractColumn
|
|||
$resolver->setAllowedTypes('title', ['null', 'string', 'callable']);
|
||||
$resolver->setAllowedTypes('icon', ['null', 'string', 'callable']);
|
||||
$resolver->setAllowedTypes('href', ['null', 'string', 'callable']);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function render($value, $context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue