Add support for Carbon serialization options (#1324)

* Add Carbon serialization option handling

* Tests Added

* Add changelog

* Spellcheck
This commit is contained in:
FLeudts
2022-03-04 09:12:42 +01:00
committed by GitHub
parent ddb74fb5c8
commit 6041681495
5 changed files with 17 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.12.2...master)
--------------
### Fixed
- Fix date and datetime handling for attributes that set a serialization format option for the Carbon instance [#1324 / FLeudts](https://github.com/barryvdh/laravel-ide-helper/pull/1324)
2022-02-08, 2.12.2
------------------
### Fixed