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 13747be commit 70784be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Statements/UpdateStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ class UpdateStatement extends Statement
* In the update statement, this is used to check that at least one assignment has been set to throw an error if a
* query like `UPDATE acme SET WHERE 1;` is parsed.
*
* @throws ParserException throws the exception, if strict mode is enabled.
*
* @return void
*
* @throws ParserException throws the exception, if strict mode is enabled.
*/
public function after(Parser $parser, TokensList $list, Token $token)
{
Expand Down

0 comments on commit 70784be

Please sign in to comment.