Skip to content

Commit

Permalink
Mark SqlWalker methods as not deprecated
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 24, 2023
1 parent 9a6e1b3 commit 27d8331
Showing 1 changed file with 112 additions and 0 deletions.
Loading

0 comments on commit 27d8331

Please sign in to comment.