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.0.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
  • 11 commits
  • 25 files changed
  • 8 contributors

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    fea911e View commit details
    Browse the repository at this point in the history
  2. Fix code style (php-cs-fixer)

    PHP CS Fixer committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b62251d View commit details
    Browse the repository at this point in the history
  3. fix tests for PascalCase

    stancl committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    61ba793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a99ee1a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. feat: Add support for default values on metadata properties (#23)

    refactor: Remove comment
    owenconti authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5be8a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37326d5 View commit details
    Browse the repository at this point in the history

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