Prepare 2.12.1 patch release (#1307)

### Fixed
- Properly handle `Castable`s without return type. [#1306 / binotaliu](https://github.com/barryvdh/laravel-ide-helper/pull/1306)
This commit is contained in:
Markus Podar
2022-01-24 22:36:43 +01:00
committed by GitHub
parent 2673bf4889
commit 999167d4c2
+4 -1
View File
@@ -2,8 +2,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.12.0...master) [Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.12.1...master)
-------------- --------------
2022-01-24, 2.12.1
------------------
### Fixed ### Fixed
- Properly handle `Castable`s without return type. [#1306 / binotaliu](https://github.com/barryvdh/laravel-ide-helper/pull/1306) - Properly handle `Castable`s without return type. [#1306 / binotaliu](https://github.com/barryvdh/laravel-ide-helper/pull/1306)