no_singleline_whitespace_before_semicolons
Single-line whitespace before closing semicolon are prohibited.
--- Original +++ New -<?php $this->foo() ; +<?php $this->foo();
The rule is part of the following rule sets:
@PhpCsFixer
@Symfony