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 PHP7.2 to stable10 #164

Merged
merged 2 commits into from
Sep 24, 2018
Merged

add PHP7.2 to stable10 #164

merged 2 commits into from
Sep 24, 2018

Commits on Sep 24, 2018

  1. add PHP7.2 to stable10

    davitol authored and phil-davis committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    1497f95 View commit details
    Browse the repository at this point in the history
  2. Add missing mock result for getGroupMembers

    getGroupMembers did not return any results from the mock so the called
    would get null.
    
    Fixes issue with PHP 7.2 where calling count() with null fails.
    Vincent Petry authored and phil-davis committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    147433b View commit details
    Browse the repository at this point in the history