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

Added PHP 8.0 features #2591

Merged
merged 10 commits into from Oct 16, 2020

Commits on Oct 14, 2020

  1. Added PHP 8.0 features

    feat: named arguments
    feat: added nullsafe operator, bitwise operators
    feat: attributes
    TomPavelec committed Oct 14, 2020
    Copy the full SHA
    178f390 View commit details
    Browse the repository at this point in the history
  2. feat: added types null and false to [return type, type hint, type…

    … declaration]
    
    fix: removed invalid types `boolean` and `integer` from [return type, type hint, type declaration]
    TomPavelec committed Oct 14, 2020
    Copy the full SHA
    bb45219 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b67240c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    df48c01 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. feat: renamed named-argument to argument-name

    refactor: attributes
    TomPavelec committed Oct 15, 2020
    Copy the full SHA
    dd2eb69 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. feat: added array test

    fix: fixed edge cases of attributes
    TomPavelec committed Oct 16, 2020
    Copy the full SHA
    419a420 View commit details
    Browse the repository at this point in the history
  2. fix: patterns

    fix: removed highlight of `#[]` (empty attribute is syntax error)
    TomPavelec committed Oct 16, 2020
    Copy the full SHA
    45eff28 View commit details
    Browse the repository at this point in the history
  3. feat: union types

    TomPavelec committed Oct 16, 2020
    Copy the full SHA
    71128f1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a47a12b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0f16785 View commit details
    Browse the repository at this point in the history