Skip to content

7.1.0

Latest
Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 17 Mar 23:45
· 4 commits to main since this release
7.1.0
bddc6de

Added support for simple types recognized by the get_debug_type() function.

Note

Laravel 11 added the ensure() collection method that verifies that all elements of a collection are of a given type or list of types. However, this verification does not prevent items of different types to be added at a later time.