Code Style - v1.0.5
Code Style Changelog
[1.0.5] - 2025-06-11
Fixed
- Removed the line length rule check.
- Updated TypeDeclarationSniff to skip property type checks for classes inside Models directories.
[1.0.4] - 2025-06-09
Fixed
- Updated the composer.json file to remove references to Laravel and to add the package descriptions.
[1.0.3] - 2025-06-08
Fixed
- Finally fixed issue with line length error incorrectly being displayed.
[1.0.2] - 2025-06-08
Fixed
- Fixed issue with line length error incorrectly being displayed.
[1.0.1] - 2025-06-08
Fixed
- Fixed a problem with requiring declaring types on Model properties in Laravel when that causes problems.
[1.0.0] - 2025-06-08
- Initial release