X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole%2FDocBloxErrorChecker.php;h=224fe44fbf908df7d192e7db765cdb31afc27aa3;hb=7efde8e334d6ca52fd1608fb9a78babcea4bdc9f;hp=50d44d114df2d9c939e5e8432e82dcf1826f2a8f;hpb=88353ce56f0e5da6352af2d999a58bd0c9b375f7;p=friendica.git diff --git a/src/Core/Console/DocBloxErrorChecker.php b/src/Core/Console/DocBloxErrorChecker.php index 50d44d114d..224fe44fbf 100644 --- a/src/Core/Console/DocBloxErrorChecker.php +++ b/src/Core/Console/DocBloxErrorChecker.php @@ -22,7 +22,7 @@ namespace Friendica\Core\Console; * This is done for all files, so, in the end removing one file leads to a working doc build. * * @author Alexander Kampmann - * @author Hypolite Petovan + * @author Hypolite Petovan */ class DocBloxErrorChecker extends \Asika\SimpleConsole\Console { @@ -59,8 +59,7 @@ HELP; throw new \RuntimeException('DocBlox isn\'t available.'); } - //return from util folder to frindica base dir - $dir = get_app()->get_basepath(); + $dir = get_app()->getBasePath(); //stack for dirs to search $dirstack = []; @@ -130,8 +129,6 @@ HELP; /** * This function generates a comma separated list of file names. * - * @package util - * * @param array $fileset Set of file names * * @return string comma-separated list of the file names @@ -143,7 +140,6 @@ HELP; /** * This functions runs phpdoc on the provided list of files - * @package util * * @param array $fileset Set of filenames * @@ -169,8 +165,6 @@ HELP; * * In that version, it does not necessarily generate the smallest set, because it may not alter the elements order enough. * - * @package util - * * @param array $fileset set of filenames * @param int $ps number of files in subsets *