Problem/Motivation
PHPCS throws the minor error as mentioned in the title for the module file.
Steps to reproduce
Get rid of the /* delimiter and use /** instead.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3373606-2.patch | 796 bytes | sidharth_soman |
Comments
Comment #2
sidharth_soman commentedComment #3
jay jangid commentedComment #4
jay jangid commented@sidharth_soman thanks for creating the patch.
The patch was tested & verified and after applied patch issue was resolved.
Result:-@var declarations used the /** */ delimiters.
So moving it to RTBC +
Comment #5
jay jangid commentedComment #7
stefan.korn