SVN precommit and nullable return types [closed]

Linting only supports 7.0 and down. Nullable Types are available in PHP 7.1, so 7.1 code will fail. You will have to change it.

Good Luck!