mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-80538 phpdoc: add missing null parameter type to phpdoc
This commit is contained in:
parent
8e62bcd9aa
commit
6af7654d8d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user