Fixed static analysis issues.

This commit is contained in:
Jan Böhmer 2023-01-08 18:30:41 +01:00
parent e679317b4b
commit 257c67b6c1
4 changed files with 6 additions and 5 deletions

View file

@ -131,9 +131,9 @@ final class PartsTableActionHandler
default:
throw new InvalidArgumentException('The given action is unknown! ('.$action.')');
}
return null;
}
return null;
}
/**