We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7975f96 commit 85d83adCopy full SHA for 85d83ad
lib.php
@@ -103,7 +103,7 @@ public function supports_repositories() {
103
* @param object $fpoptions file picker options
104
* @return void
105
*/
106
- public function use_editor($elementid, array $options=null, $fpoptions = null) {
+ public function use_editor($elementid, ?array $options = null, $fpoptions = null) {
107
global $PAGE;
108
109
$initparams = [
0 commit comments