Skip to content

Commit

Permalink
Fix linint issue with PHPDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe- committed Aug 27, 2024
1 parent b427d00 commit 13747be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Statements/UpdateStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ class UpdateStatement extends Statement
* query like `UPDATE acme SET WHERE 1;` is parsed.
*
* @throws ParserException throws the exception, if strict mode is enabled.
*
* @return void
*/
public function after(Parser $parser, TokensList $list, Token $token)
Expand Down

0 comments on commit 13747be

Please sign in to comment.