Skip to content

Commit

Permalink
Use FQN in @throws annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Nov 16, 2023
1 parent 043e5ab commit 41d535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Lib/InnerBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ public function grabCookie(string $cookie, array $params = []): mixed
/**
* Grabs current page source code.
*
* @throws ModuleException if no page was opened.
* @throws \Codeception\Exception\ModuleException if no page was opened.
* @return string Current page source code.
*/
public function grabPageSource(): string
Expand Down

0 comments on commit 41d535c

Please sign in to comment.