-
Notifications
You must be signed in to change notification settings - Fork 159
@deprecated tag MUST be explained #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
Improvements to existing rules
Comments
Considering that functions sniff is currently in development (see #54), should we omit that one for now, or implement either way? |
If you could create method in the helper class, I will ask @larsroettig to reuse it for functions formatting. |
Hi, i implementiert a docblock parser. See my pull request
Lena Orobei <notifications@github.com> schrieb am Di. 13. Aug. 2019 um
18:47:
If you could create method in the helper class, I will ask @larsroettig
<https://github.com/larsroettig> to reuse it for functions formatting.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#131?email_source=notifications&email_token=ABILLGSDLSNNVL6YVU7A34TQELQQ7A5CNFSM4ILL6L42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4GIMVQ#issuecomment-520914518>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABILLGS473DHKAYVNZPH2FLQELQQ7ANCNFSM4ILL6L4Q>
.
--
Lars Röttig
Certified PHP Engineer / Web Developer
Magento Community Maintainer
MAGENTO 2 CERTIFIED PROFESSIONAL DEVELOPER MAGENTO CERTIFIED DEVELOPER
PLUS Zend Certified PHP Engineer
Telefon +49 8031 2210 55 - 0
Telefax +49 8031 2210 55 - 22
l.roettig@techdivision.com
TechDivision GmbH
Spinnereiinsel 3a
83059 Kolbermoor
www.techdivision.com
Magento Gold Partner
TYPO3 Gold Member
Geschäftsführer: Josef und Stefan Willkommer, Tim Wagner
Handelsregister Nr. HRB 17123, Amtsgericht Traunstein
UStID gemäß § 27 a Umsatzsteuergesetz: DE249664276
|
udovicic
added a commit
to udovicic/magento-coding-standard
that referenced
this issue
Aug 22, 2019
lenaorobei
added a commit
to udovicic/magento-coding-standard
that referenced
this issue
Aug 26, 2019
udovicic
pushed a commit
to udovicic/magento-coding-standard
that referenced
this issue
Aug 30, 2019
magento-devops-reposync-svc
pushed a commit
that referenced
this issue
Nov 26, 2021
* AC-1060: Move relevant sniffs from PHPCompatibility
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
If classes/interfaces/functions/constants/class members are marked as
@deprecated
the description and@see
tag must be provided.Expected behavior
In PHPDoc blocs
@deprecated
tag must have description and following@see
tag with reference.Good example:
Bad example:
The text was updated successfully, but these errors were encountered: