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

Fix phpstan workflow file #28741

Merged
merged 9 commits into from
Mar 11, 2024
Merged

Commits on Mar 10, 2024

  1. Fix phpstan workflow file

    # Fix phpstan workflow file
    
    Line was split in two, joined
    mdeweerd committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ad1348e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1dead5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c4901d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a999c7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9b34ae View commit details
    Browse the repository at this point in the history
  6. Qual: Rename distribution phpstan.neon to phpstan.neon.dist

    # Qual: Rename distribution phpstan.neon to phpstan.neon.dist
    
    This allows the developer to override some settings locally
    
    Also update the .gitignore file with phpstan.neon and some other other
    ignores (cache, local log files, temporary edit files).
    mdeweerd committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d41e9b7 View commit details
    Browse the repository at this point in the history
  7. Enable debug on phpstan

    mdeweerd committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    943d942 View commit details
    Browse the repository at this point in the history
  8. Re-enable stubs

    mdeweerd committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    10f0982 View commit details
    Browse the repository at this point in the history
  9. Fix: Change parallel settings to defaults, remove buffer

    'buffer' is not a documented parameter, removing it.
    Removing some configuration settings as the defaults are higher and
    should adapt better to the target machine
    mdeweerd committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    7db8dab View commit details
    Browse the repository at this point in the history