Closed ravage84 closed 7 months ago
This brings the examples in line with the CakePHP coding conventions / code style standard, respectively:
https://book.cakephp.org/4/en/contributing/cakephp-coding-conventions.html#method-definition
https://github.com/cakephp/cakephp-codesniffer/blob/b12f9307475a74f8ee7625c7741fe2f54598cb0b/docs/README.md#L14 https://github.com/cakephp/cakephp-codesniffer/blob/b12f9307475a74f8ee7625c7741fe2f54598cb0b/CakePHP/Sniffs/Formatting/BlankLineBeforeReturnSniff.php
Looks good.
Why do this only in 4.next?
@othercorey I simply didn't come around doing it for 5.x, too.
Done now in #7852
5.x is merged into 5.next. We don't need to make separate commits for docs.
This brings the examples in line with the CakePHP coding conventions / code style standard, respectively:
https://book.cakephp.org/4/en/contributing/cakephp-coding-conventions.html#method-definition
https://github.com/cakephp/cakephp-codesniffer/blob/b12f9307475a74f8ee7625c7741fe2f54598cb0b/docs/README.md#L14 https://github.com/cakephp/cakephp-codesniffer/blob/b12f9307475a74f8ee7625c7741fe2f54598cb0b/CakePHP/Sniffs/Formatting/BlankLineBeforeReturnSniff.php