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 PHP 7 sprintf too many arguments false positive #9943

Merged
merged 10 commits into from Jun 24, 2023

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    151f101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2a9e09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fad1768 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52ca871 View commit details
    Browse the repository at this point in the history
  5. code style

    kkmuffme committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    9599c24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28b9e8d View commit details
    Browse the repository at this point in the history
  7. fix incorrect default stubs

    kkmuffme committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    7f0217d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5fee53 View commit details
    Browse the repository at this point in the history
  9. PHP 7 format with only placeholders isn't falsable if valid

    limit tests to PHP 8 to avoid having to create them twice and add specific test for Issue 9941
    kkmuffme committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    0535c6b View commit details
    Browse the repository at this point in the history
  10. code style

    kkmuffme committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d4dcee3 View commit details
    Browse the repository at this point in the history