@@ -77,7 +77,7 @@ |
||
77 | 77 | public function __construct() |
78 | 78 | { |
79 | 79 | parent::__construct(); |
80 | - $this->config = Config::create(Yaml::parse(@file_get_contents(getcwd() . '/churn.yml')) ?? []); |
|
80 | + $this->config = Config::create(Yaml::parse(@file_get_contents(getcwd().'/churn.yml')) ?? []); |
|
81 | 81 | $this->fileManager = new FileManager($this->config); |
82 | 82 | $this->processFactory = new ProcessFactory($this->config); |
83 | 83 | $this->resultsParser = new ResultsParser; |