enforce PSR12.Classes.ClosingBrace and PSR12.ControlStructures.ControlStructureSpacing

This commit is contained in:
Spine
2024-05-17 08:10:32 +00:00
parent 250e7a115c
commit d6055cfe2e
38 changed files with 165 additions and 113 deletions

View File

@@ -24,7 +24,7 @@ class CoverageHelper {
* ensure coverage is saved if die() is called somewhere
*/
const TARGET_DIR = '/tmp/coverage';
protected const TARGET_DIR = '/tmp/coverage';
private CodeCoverage $coverage;
public function __construct() {