mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
enforce PSR12.Classes.ClosingBrace and PSR12.ControlStructures.ControlStructureSpacing
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user