Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce collections interfaces #34

Merged
merged 3 commits into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. Add a method to test if a Collection(Trait) has an object via php's i…

    …n_array function, unit test it and update the docs.
    tdashton authored and hugo-goncalves-kununu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    564494f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f54323 View commit details
    Browse the repository at this point in the history
  3. Define interfaces for collections

    Create FromIterable interface
    
    Change AbstractCollection and AbstractFilterableCollection to implement the interfaces
    
    Allow `duplicates` to remove only unique values
    
    Add `keys` and `values` method to collections
    
    Fix tests
    
    Add tests for new code
    
    Update documentation
    hugo-goncalves-kununu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c868efe View commit details
    Browse the repository at this point in the history