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`