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.
2 parents 7a0a8ba + 5ab4617 commit f5ca43dCopy full SHA for f5ca43d
tests/behat/behat_auth_saml2.php
@@ -384,11 +384,11 @@ private function reset_moodle_session() {
384
* Note: The contextapi does not support a callback.
385
*
386
* @param string|array $contextapi context in which api is defined.
387
- * @param array|mixed $params list of params to pass or a single parameter
+ * @param mixed $params list of params to pass or a single parameter
388
*/
389
protected function execute(
390
string|array $contextapi,
391
- mixed $params = [],
+ mixed $params = []
392
): void {
393
global $CFG;
394
0 commit comments