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 3.8.x into 4.0.x #1416

Merged
merged 7 commits into from
Mar 11, 2024
Merged

Merge 3.8.x into 4.0.x #1416

merged 7 commits into from
Mar 11, 2024

Commits on Mar 6, 2024

  1. fix: Allow enum param types: ArrayParameterType and ParameterType (do…

    …ctrine#1408)
    
    Fixes doctrine#1407
    
    A bit lame fix, but it looks like we did not really use other int types before anyway
    
    With this change we can use DBAL v4 new enum types: `ArrayParameterType` and `ParameterType`.
    
    Co-authored-by: Alexander M. Turek <[email protected]>
    michalbundyra and derrabus authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    954e0a3 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.7.x' into 3.8.x

    * 3.7.x:
      fix: Allow enum param types: ArrayParameterType and ParameterType (doctrine#1408)
    derrabus committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    44c5a96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f23d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7767cf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    6458e87 View commit details
    Browse the repository at this point in the history
  2. Fix CS

    derrabus committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    94bb945 View commit details
    Browse the repository at this point in the history
  3. Merge branch '3.8.x' into 4.0.x

    * 3.8.x:
      Fix CS
      Raise PHPStan level to 8 (doctrine#1409)
      Remove unused paramaters from DiffCommand and VersionCommand (doctrine#1386)
      Simplify InlineParameterFormatterTest (doctrine#1411)
      fix: Allow enum param types: ArrayParameterType and ParameterType (doctrine#1408)
    derrabus committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cb299d7 View commit details
    Browse the repository at this point in the history