You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned here: PHPCompatibility/PHPCompatibility#1586 (comment)
The convention is for @dataProvider tags to be before @param tags and after the description. This can and should be enforced with a sniff.
The text was updated successfully, but these errors were encountered:
There are no good sniffs available to enforce this at the moment. Once I have some more time again, it's on my never-ending to do list to write better docs sniffs and make those available via PHPCSExtra.
As mentioned here: PHPCompatibility/PHPCompatibility#1586 (comment)
The convention is for
@dataProvider
tags to be before@param
tags and after the description. This can and should be enforced with a sniff.The text was updated successfully, but these errors were encountered: