Skip to content

Commit f5ca43d

Browse files
Merge pull request #921 from catalyst/fixbehatphpdoc
Update behat_auth_saml2.php
2 parents 7a0a8ba + 5ab4617 commit f5ca43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/behat/behat_auth_saml2.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ private function reset_moodle_session() {
384384
* Note: The contextapi does not support a callback.
385385
*
386386
* @param string|array $contextapi context in which api is defined.
387-
* @param array|mixed $params list of params to pass or a single parameter
387+
* @param mixed $params list of params to pass or a single parameter
388388
*/
389389
protected function execute(
390390
string|array $contextapi,
391-
mixed $params = [],
391+
mixed $params = []
392392
): void {
393393
global $CFG;
394394

0 commit comments

Comments
 (0)