-
- Downloads
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
Please register or sign in to comment