We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dba08 commit b9c49f1Copy full SHA for b9c49f1
1 file changed
src/Console/Command/Static/CleanCommand.php
@@ -21,6 +21,7 @@
21
*/
22
class CleanCommand extends AbstractCommand
23
{
24
+ private static ?array $cachedEnv = null;
25
private array $originalEnv = [];
26
private array $secureEnvStorage = [];
27
0 commit comments