Fix phpcs error after cakephp-codesniffer 5.3.0 release#14
Conversation
There was a problem hiding this comment.
Pull Request Overview
Fixes phpcs configuration issues after cakephp-codesniffer 5.3.0 release and adds a local MIT license file.
- Removed deprecated
installed_pathsconfiguration from phpcs.xml - Updated README.md to reference local license file instead of external URL
- Added complete MIT license text in LICENSE.md
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| phpcs.xml | Removed deprecated installed_paths config that was causing phpcs errors |
| README.md | Updated MIT license reference to point to local LICENSE.md file |
| LICENSE.md | Added complete MIT license text with 2025 copyright |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Thanks for fixing the actions errors too. It was driving me up the wall |
|
License is not valid as is! |
@dereuromark |
|
See code review |
@dereuromark Added the author's name and the original release year in #15 |

Fixes phpcs fails
Adds local license file