X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FTypo.php;h=8935a86c17b7acc3e7706f6ae2766b8557a1bf1c;hb=a213619365c8557e008f8f155114b1f58a5037f4;hp=a0b6e3691ce477971cd5b97035fd95f88a2fa4ea;hpb=3c76826793feeb933dab7a07dab7cc7eb2efc451;p=friendica.git diff --git a/src/Console/Typo.php b/src/Console/Typo.php index a0b6e3691c..8935a86c17 100644 --- a/src/Console/Typo.php +++ b/src/Console/Typo.php @@ -1,21 +1,38 @@ . + * + */ namespace Friendica\Console; -use Friendica\Core\Config\IConfiguration; +use Friendica\Core\Config\IConfig; /** * Tired of chasing typos and finding them after a commit. * Run this and quickly see if we've got any parse errors in our application files. - * - * @author Hypolite Petovan */ class Typo extends \Asika\SimpleConsole\Console { protected $helpOptions = ['h', 'help', '?']; /** - * @var IConfiguration + * @var IConfig */ private $config; @@ -36,7 +53,7 @@ HELP; return $help; } - public function __construct(IConfiguration $config, array $argv = null) + public function __construct(IConfig $config, array $argv = null) { parent::__construct($argv);