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 86b958c commit e2661a4Copy full SHA for e2661a4
src/Codeception/Module/Yii2.php
@@ -704,7 +704,7 @@ public function amOnRoute(string $route, array $params = []): void
704
* $I->amOnPage('/register');
705
* ```
706
*
707
- * @param string|array $page the URI or route in array format
+ * @param string $page the URI or route in array format
708
*/
709
public function amOnPage(string $page): void
710
{
0 commit comments