bump tests to phpstan level 5 (#1922)
This commit is contained in:
@@ -78,10 +78,10 @@ final class MarkdownExtension extends AbstractExtension
|
||||
/**
|
||||
* Transforms the timesheet description content into HTML.
|
||||
*
|
||||
* @param string $content
|
||||
* @param string|null $content
|
||||
* @return string
|
||||
*/
|
||||
public function timesheetContent($content): string
|
||||
public function timesheetContent(?string $content): string
|
||||
{
|
||||
if (empty($content)) {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user