Skip to content

Commit 85d83ad

Browse files
committed
Update the type to be explicitly nullable
1 parent 7975f96 commit 85d83ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function supports_repositories() {
103103
* @param object $fpoptions file picker options
104104
* @return void
105105
*/
106-
public function use_editor($elementid, array $options=null, $fpoptions = null) {
106+
public function use_editor($elementid, ?array $options = null, $fpoptions = null) {
107107
global $PAGE;
108108

109109
$initparams = [

0 commit comments

Comments
 (0)