Merge reset/smart reset, don't set class (#1523)

* Merge reset/smart reset, don't set class

* Add changelog
This commit is contained in:
Barry vd. Heuvel
2024-02-19 12:59:22 +01:00
committed by GitHub
parent d7ed749f3e
commit 02af2a278a
38 changed files with 49 additions and 59 deletions
+1 -1
View File
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- Support for Laravel 11 [#1520 / KentarouTakeda](https://github.com/barryvdh/laravel-ide-helper/pull/1520)
### Changed
- Merge --reset and --smart-reset, to always keep the text. Always skipp the classname [#1523 / barryvdh](https://github.com/barryvdh/laravel-ide-helper/pull/1523)
- Use short types (`int` and `bool` instead of `integer` and `boolean`) [#1524 / barryvdh](https://github.com/barryvdh/laravel-ide-helper/pull/1524)
### Removed
@@ -20,7 +21,6 @@ All notable changes to this project will be documented in this file.
- You _might_ have top-level dependency on doctrine/dbal. This may have been in the past due to ide-helper, we suggest to check if you still need it and remove it otherwise
- Minimum PHP version, due to Laravel 10, is now PHP 8.1
2024-02-15, 2.15.1
------------------