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

Add Promise::all #6152

Merged
merged 17 commits into from
Feb 6, 2024
Merged

Add Promise::all #6152

merged 17 commits into from
Feb 6, 2024

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    874443c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. fix PHPStan

    ShockedPlot7560 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    029a290 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    6918bfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b35ee View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    e2c44b8 View commit details
    Browse the repository at this point in the history
  2. moar test cases

    dktapps committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a9dcebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a35dde2 View commit details
    Browse the repository at this point in the history
  4. CS [ci skip]

    dktapps committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7dd158d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e42f26 View commit details
    Browse the repository at this point in the history
  6. Remove dodgy assertion

    looks like the behaviour of this was quietly broken during a recent change
    dktapps committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    74a3001 View commit details
    Browse the repository at this point in the history
  7. Simplify code

    dktapps committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    009e6db View commit details
    Browse the repository at this point in the history
  8. Adjust zero promises test

    dktapps committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6fd3520 View commit details
    Browse the repository at this point in the history
  9. use non-empty-array type

    dktapps committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f464341 View commit details
    Browse the repository at this point in the history
  10. Remove useless test

    dktapps committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    951a85e View commit details
    Browse the repository at this point in the history
  11. Updated PHPStan baselines

    dktapps committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    87ffac4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. compliant phpdocs

    dktapps committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fd28302 View commit details
    Browse the repository at this point in the history
  2. remove unrelated change

    dktapps committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7371996 View commit details
    Browse the repository at this point in the history