We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ac3b8 commit a9747f3Copy full SHA for a9747f3
versioned_docs/version-4.1/apis/commonfiles/version.php/index.md
@@ -194,7 +194,7 @@ defined('MOODLE_INTERNAL') || die();
194
$plugin->version = 2022060100;
195
$plugin->requires = 2022041900.00; // Moodle 4.0.
196
$plugin->supported = [400, 400];
197
-$plugin->incompatible = [401];
+$plugin->incompatible = 401;
198
$plugin->component = 'tool_example';
199
$plugin->maturity = MATURITY_STABLE;
200
$plugin->release = '41.3-lemmings-1.0';
0 commit comments