Skip to content

Commit

Permalink
Update src/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Spagnoletti <[email protected]>
  • Loading branch information
mbabker and phansys authored Jan 14, 2025
1 parent 8ae39a6 commit 703680f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ protected function doGetExecutorWithCompat($statement): AbstractSqlExecutor
* @param DeleteStatement|UpdateStatement|SelectStatement $AST
*
* @throws UnexpectedValueException when an unsupported AST statement is given
*
* @phpstan-assert DeleteStatement $AST
*/
protected function doGetFinalizerWithCompat($AST): SqlFinalizer
{
Expand Down

0 comments on commit 703680f

Please sign in to comment.