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\Fixer\Semicolon\NoSinglelineWhitespaceBeforeSemicolonsFixer
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\Fixer\Semicolon\NoSinglelineWhitespaceBeforeSemicolonsFixer