0
7
Login
Code
Issues
Pull requests
Events
Packages

/Submit History/00cbef33

Added `Arrayable` support for `SimpleDTO` (#693)
* Added Arrayable support for SimpleDTO * feat: Refactor SimpleDTO's isArrayable method The code changes in `SimpleDTO.php` refactor the `isArrayable` method to improve readability and maintainability. The changes reorder the conditions to prioritize commonly used types and remove unnecessary checks. This ensures that the method accurately determines if a value is arrayable. --------- Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
Files changed
Metadata
Attachments