[Proposal] Remove unstable Annotation sniffs and replace with OOB ones #39
Labels
accepted
New rule is accepted
event: MageTestFest2019
MageTestFest contributions
Progress: good first issue
Issues is easy to get started with
proposal
New rule proposal
Reason
Rules under
Magento/Annotation
folder rely on token index instead of token content and do not verify findings (findPrevious
andfindNext
can returnfalse
). This leads to false-positive findings and and errors during execution (#38).Solution
Magento/Annotation
sniffs.@inheritdoc
formatting - issue [New Rule] Implement sniff for functions PHPDoc formatting #54Bonus
Some of the OOB sniffs detect fixable issues that can be automatically fixed by
phpcbf
tool.The text was updated successfully, but these errors were encountered: