squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.67k stars 1.48k forks source link

File: improve documentation #3800

Closed jrfnl closed 11 months ago

jrfnl commented 1 year ago

... of the getMethodParameters(), getMethodProperties(), getMemberProperties() and the getClassProperties() methods.

Ensuring that the return value format documentation is consistent and correct regarding the type and availability of each index in the returned arrays.

jrfnl commented 1 year ago

Rebased to get past merge conflict.

jrfnl commented 11 months ago

Closing as replaced by https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/57