X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FTypo.php;h=a3e9b770505b6873540c0d9ba10aae6bdcacd227;hb=f23ecaff6af1982112469f90d6bcdf0408b0f22e;hp=4414662e7f4b150d96f9fad4fb419d13d9c162b8;hpb=59a1ba4faedf728a84e9778ef1cff9240a305703;p=friendica.git diff --git a/src/Console/Typo.php b/src/Console/Typo.php index 4414662e7f..a3e9b77050 100644 --- a/src/Console/Typo.php +++ b/src/Console/Typo.php @@ -1,6 +1,6 @@ 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'); }