mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-05 00:49:35 +00:00
Fixed further inspection issues
This commit is contained in:
parent
33e36f3d2b
commit
87533b6031
37 changed files with 46 additions and 71 deletions
|
|
@ -37,7 +37,7 @@ class MarkdownColumn extends AbstractColumn
|
|||
* @param mixed $value The single value of the column
|
||||
* @return string
|
||||
*/
|
||||
public function normalize($value): string
|
||||
public function normalize(mixed $value): string
|
||||
{
|
||||
return $this->markdown->markForRendering($value, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue