Skip to content

Commit 41d535c

Browse files
authored
Use FQN in @throws annotation
1 parent 043e5ab commit 41d535c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/InnerBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ public function grabCookie(string $cookie, array $params = []): mixed
15691569
/**
15701570
* Grabs current page source code.
15711571
*
1572-
* @throws ModuleException if no page was opened.
1572+
* @throws \Codeception\Exception\ModuleException if no page was opened.
15731573
* @return string Current page source code.
15741574
*/
15751575
public function grabPageSource(): string

0 commit comments

Comments
 (0)