MDL-80820 various: fix incorrect phpdocs
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ class filter_manager {
|
||||
* @param string $filtername The filter name, for example 'tex'.
|
||||
* @param context $context context object.
|
||||
* @param array $localconfig array of local configuration variables for this filter.
|
||||
* @return moodle_text_filter The filter, or null, if this type of filter is
|
||||
* @return ?moodle_text_filter The filter, or null, if this type of filter is
|
||||
* not recognised or could not be created.
|
||||
*/
|
||||
protected function make_filter_object($filtername, $context, $localconfig) {
|
||||
|
||||
Reference in New Issue
Block a user