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 type detection for PDOStatement::fetchAll(PDO::FETCH_CLASS, SomeClass::class) #10055

Merged
merged 8 commits into from
Jul 27, 2023
Merged

Commits on Jul 26, 2023

  1. #9974 added return type detection for PDOStatement::fetchAll, extende…

    …d return type detection for PDOStatement::fetch
    thbley committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fc74ae8 View commit details
    Browse the repository at this point in the history
  2. #9974 extended return type detection for PDOStatement::fetchAll/fetch…

    … with FETCH_COLUMN and FETCH_KEY_PAIR
    thbley committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    66bc28d View commit details
    Browse the repository at this point in the history
  3. #9974 fixed coding styles

    thbley committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8a6774b View commit details
    Browse the repository at this point in the history
  4. #9974 cleanup

    thbley committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3d525cb View commit details
    Browse the repository at this point in the history
  5. #9974 cleanup

    thbley committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    13d53ec View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    d600705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee50525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88ddb89 View commit details
    Browse the repository at this point in the history