Completed
Pull Request — master (#99)
by
unknown
05:56
created
src/Commands/ChurnCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.