Skip to content

Commit

Permalink
fixed accessed property before initialization (#441) (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy authored and milo committed May 4, 2023
1 parent 869cb00 commit 9497147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Environment
public const THREAD = self::VariableThread;

public static bool $checkAssertions = false;
public static bool $useColors;
public static bool $useColors = false;
private static int $exitCode = 0;


Expand Down

0 comments on commit 9497147

Please sign in to comment.