The latest update of PHPCS fails on this code: ```css .some_class { cursor: pointer; *cursor: hand; } ``` With this message: `Style definitions must end with a semicolon`
The latest update of PHPCS fails on this code:
With this message:
Style definitions must end with a semicolon