Skip to content

Commit

Permalink
Mark SqlWalker methods as not deprecated (doctrine#10540)
Browse files Browse the repository at this point in the history
phpstan treats implementations of deprecated methods of an interface as being deprecated themselves by default.
However, SqlWalker does not intend to deprecate all those methods that are deprecated in TreeWalker, as they are
moved down. Marking them as not deprecated will avoid reporting usages of deprecated APIs when implementing
custom DQL functions for instance.
  • Loading branch information
stof authored Feb 26, 2023
1 parent 9a6e1b3 commit 9485d4d
Showing 1 changed file with 112 additions and 0 deletions.
Loading

0 comments on commit 9485d4d

Please sign in to comment.