Skip to content
Snippets Groups Projects
Commit 7c4b8766 authored by Marc Egger's avatar Marc Egger
Browse files

Refs #10120 remove return type ?string since ? is not supported by the PHP...

Refs #10120 remove return type ?string since ? is not supported by the PHP version of the gitlab runner. very sad.
parent 55949995
No related branches found
No related tags found
2 merge requests!302Develop,!296Marc: Form/Report As File, Path class, Config class, Typo3 v9 compatability
Pipeline #3644 failed
......@@ -387,7 +387,7 @@ class FormAsFile
* @throws \DbException
* @throws \UserFormException
*/
public static function formNameFromFormRelatedRecord(int $recordId, string $recordTable, Database $database): ?string
public static function formNameFromFormRelatedRecord(int $recordId, string $recordTable, Database $database)
{
if ($recordId === 0) {
return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment