X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FConsole%2FTypo.php;h=a3e9b770505b6873540c0d9ba10aae6bdcacd227;hb=f23ecaff6af1982112469f90d6bcdf0408b0f22e;hp=8935a86c17b7acc3e7706f6ae2766b8557a1bf1c;hpb=01640a7045e146759bc936dd499ac27738b78940;p=friendica.git diff --git a/src/Console/Typo.php b/src/Console/Typo.php index 8935a86c17..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'); }