Skip to content

Commit

Permalink
Add missing return types
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Apr 25, 2023
1 parent f113c0b commit 0eb7228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AbstractBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ abstract protected function doRequest(object $request);
*
* @param object $request An origin request instance
*
* @return string
*
* @throws LogicException When this abstract class is not implemented
*/
protected function getScript(object $request)
Expand Down

0 comments on commit 0eb7228

Please sign in to comment.