Browse Source

chore: remove invalid comment (#7987)

Dariusz Rumiński 10 months ago
parent
commit
6a9351f974
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Config.php

+ 0 - 1
src/Config.php

@@ -88,7 +88,6 @@ class Config implements ConfigInterface
      */
     public function getFinder(): iterable
     {
-        // to master line
         $this->finder ??= new Finder();
 
         return $this->finder;