MDL-80538 phpdoc: add missing null parameter type to phpdoc

This commit is contained in:
Simey Lameze 2024-02-01 12:06:43 +08:00
parent 8e62bcd9aa
commit 6af7654d8d

View File

@ -220,7 +220,7 @@ class flexible_table {
* for you (even if the param is '', which means no download this time.
* Also you can call this method with no params to get the current set
* download type.
* @param string $download type of dataformat for export.
* @param string|null $download type of dataformat for export.
* @param string $filename filename for downloads without file extension.
* @param string $sheettitle title for downloaded data.
* @return string download dataformat type.