doctrine/common

Doctrine\Common\Lexer should be marked as deprecated

stof opened this issue · 3 comments

stof commented

The logic was moved to doctrine/lexer in 2013 and this class kept as a BC layer (extending the abstract class from the lexer component).

This class should be marked as deprecated in a 2.x release to ensure everyone has migrated to the new component.

stof commented

The same is true for Doctrine\Common\Util\Inflector btw

This is already part of #845, please review there. 👍

Handled via #845.