X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FDocBloxErrorChecker.php;h=9e9eb149707fda267daf779cd97b8782609ca510;hb=72a3ab6382551811f22391b7e82e7398628b235b;hp=88c08666cac9d2ed91094dbae8421f80cfabe8ca;hpb=f0eea6f87590f10081f5bc61395bb7eca9e76ec5;p=friendica.git diff --git a/src/Console/DocBloxErrorChecker.php b/src/Console/DocBloxErrorChecker.php index 88c08666ca..9e9eb14970 100644 --- a/src/Console/DocBloxErrorChecker.php +++ b/src/Console/DocBloxErrorChecker.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Console; @@ -22,9 +41,6 @@ use Friendica\App; * After that, the script tries to remove a file from the list. It tests if the list breaks and if so, it * assumes that the file it removed belongs to the set of erroneous files. * 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 */ class DocBloxErrorChecker extends \Asika\SimpleConsole\Console {