Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: archtechx/enums
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: archtechx/enums
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 24 files changed
  • 5 contributors

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    27d0405 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Run test on PHP 8.4 L11 (#27)

    * Run test on PHP 8.4 L11
    
    * Allow installing testbench v9
    szepeviktor authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    6a03998 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. General code cleanup (#28)

    * Add .idea folder to .gitignore
    
    * Remove useless concatenation
    
    * Add phpunit cache directory to .gitignore
    
    * Use iterable type instead of unnecessary checks
    
    * Remove unnecessary null coalescing
    
    If the return value is `null`, it will return `null` anyway. If the method doesn't exist, it will throw an `Error` because of the undefined method.
    
    * Add typehint
    
    * Merge meta properties in one go instead of in a loop
    
    * Simplify control flow
    
    * Use non-deprecated phpstan configuration value
    
    * Add missing types
    
    * Fix style with php-cs-fixer
    
    * Add tests that satisfy the ArrayIterator branch
    
    * Use is() for comparison in in()
    
    * from(int|string), tryFrom(int|string)
    
    ---------
    
    Co-authored-by: Samuel Štancl <[email protected]>
    xHeaven and stancl authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    df36819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe17705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81375b7 View commit details
    Browse the repository at this point in the history
Loading