Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark SqlWalker methods as not deprecated
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