Skip to content

Commit

Permalink
Improve PHPDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe- committed Aug 27, 2024
1 parent 35d8dcf commit b427d00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Statements/UpdateStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ 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 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 b427d00

Please sign in to comment.