X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FTypo.php;h=a3e9b770505b6873540c0d9ba10aae6bdcacd227;hb=fd5914011cb5c67b827886a5db0e7760a307ad1d;hp=633ec1ec38bf539b2cbb326d665349b4f63dd7e8;hpb=054c301ef0345c4ff9f35cfd08717757eab17b9d;p=friendica.git diff --git a/src/Console/Typo.php b/src/Console/Typo.php index 633ec1ec38..a3e9b77050 100644 --- a/src/Console/Typo.php +++ b/src/Console/Typo.php @@ -1,6 +1,6 @@ config = $config; } - protected function doExecute() + protected function doExecute(): int { if ($this->getOption('v')) { $this->out('Class: ' . __CLASS__); @@ -105,13 +105,6 @@ HELP; $files = glob('mod/*.php'); $this->checkFiles($php_path, $files); - if ($this->getOption('v')) { - $this->out('Directory: include'); - } - - $files = glob('include/*.php'); - $this->checkFiles($php_path, $files); - if ($this->getOption('v')) { $this->out('Directory: addon'); }