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

Merge release 1.13.3 into 1.14.x #442

Merged
merged 10 commits into from Jul 2, 2022

Commits on May 17, 2022

  1. Catch and process errors that occure during annotation instantiation

    When an annotation class is instantiated and values are passed to the
    constructor, TypeErrors and ArgumentCountErrors can be thrown. This
    change catches those exceptions and shows an AnnotationException
    containing the annotation name and context.
    7ochem committed May 17, 2022
    Configuration menu
    Copy the full SHA
    065fad5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Merge pull request #438 from 7ochem/fix-catch-and-process-instantiati…

    …on-errors
    
    Catch and process errors that occure during annotation instantiation
    malarzm committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6c5e2a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    296911c View commit details
    Browse the repository at this point in the history
  2. Whitelist necessary plugin

    Not doing so results in the coding standard job to fail.
    greg0ire committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    47fb9f9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #440 from greg0ire/allow-plugins

    Whitelist necessary plugin
    greg0ire committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2f24477 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #439 from gnutix/patch-1

    Ignore PHPStan annotation @readonly
    greg0ire committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e7e2aa9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    32305b9 View commit details
    Browse the repository at this point in the history
  2. Add Composer Lint workflow

    greg0ire committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    06a3f83 View commit details
    Browse the repository at this point in the history
  3. Update PHPStan

    greg0ire committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4672060 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #441 from greg0ire/update-workflows

    Update workflows
    greg0ire committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    648b034 View commit details
    Browse the repository at this point in the history