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

[NFC] Fix variable types in DAO doc blocks #14294

Merged
merged 1 commit into from
May 23, 2019

Commits on May 22, 2019

  1. Fix variable types in DAO doc blocks

    Phpcs (stricter) reports
    
      79 | ERROR   | [x] Expected "intunsigned" but found "int unsigned" for @var tag in member variable comment
     156 | ERROR   | [x] Expected "bool" but found "boolean" for @var tag in member variable comment
    
    We are declaring int unsigned instead of int & boolean instead of bool
    
    Note this commit only contains sample of resulting change - will add more complete set after
    eileenmcnaughton committed May 22, 2019
    Configuration menu
    Copy the full SHA
    a296e35 View commit details
    Browse the repository at this point in the history