]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Typo.php
Remove deprecated code
[friendica.git] / src / Console / Typo.php
index 855c1705c2e19fc33924110436aade1b699bdf63..eed0a31816331f81b6b448dfafd7f4133c7fe96f 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Friendica\Console;
 
-use Friendica\Core\Config\Configuration;
+use Friendica\Core\Config\IConfig;
 
 /**
  * Tired of chasing typos and finding them after a commit.
@@ -15,7 +15,7 @@ class Typo extends \Asika\SimpleConsole\Console
        protected $helpOptions = ['h', 'help', '?'];
 
        /**
-        * @var Configuration
+        * @var IConfig
         */
        private $config;
 
@@ -36,7 +36,7 @@ HELP;
                return $help;
        }
 
-       public function __construct(Configuration $config, array $argv = null)
+       public function __construct(IConfig $config, array $argv = null)
        {
                parent::__construct($argv);