Closed C0pyR1ght closed 4 years ago
rector changes invalid phpdoc annotations instead of leaving them as they are.
This behavior seems to occur on serveral / all rectors.
expected: @return multitype:number should remain the same
@return multitype:number
/** * count artfarbenids in aset of articles (used in basket and stock) * * @param unknown $array * @return multitype:number */
see: https://getrector.org/demo/ebb0f613-a6df-4231-9aa2-a43dc22aeea4
Fixed
rector changes invalid phpdoc annotations instead of leaving them as they are.
This behavior seems to occur on serveral / all rectors.
expected:
@return multitype:number
should remain the samesee: https://getrector.org/demo/ebb0f613-a6df-4231-9aa2-a43dc22aeea4