Disable 2 generic rules:
- The limit in cyclomatic complexity, whose value is not configurable.
Phabricator does not enforce this rule, and the hardcoded value is very
restrictive.
- Enforce no space after a cast. Actually both 0 space and 1 space are
enforced, causing conflicts (there is no cast in the PHP codebase yet).