X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FGlobalCommunityBlock.php;h=39ce6d30149e636564c9930c590f93c10f00ee68;hb=77906627c5bb57d404d40702f89c205d1faa9542;hp=1789b66d9ca58378c172e37dc485a5c0a5f95d2d;hpb=4c4ed63dca13cc0382af9020e69980c63f988b47;p=friendica.git diff --git a/src/Console/GlobalCommunityBlock.php b/src/Console/GlobalCommunityBlock.php index 1789b66d9c..39ce6d3014 100644 --- a/src/Console/GlobalCommunityBlock.php +++ b/src/Console/GlobalCommunityBlock.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Console; @@ -7,15 +26,10 @@ use Friendica\Core\L10n; use Friendica\Model\Contact; /** - * @brief tool to block an account from the node + * tool to block an account from the node * * With this tool, you can block an account in such a way, that no postings * or comments this account writes are accepted to the node. - * - * License: AGPLv3 or later, same as Friendica - * - * @author Tobias Diekershoff - * @author Hypolite Petovan */ class GlobalCommunityBlock extends \Asika\SimpleConsole\Console { @@ -26,7 +40,7 @@ class GlobalCommunityBlock extends \Asika\SimpleConsole\Console */ private $appMode; /** - * @var L10n\L10n + * @var \Friendica\Core\L10n */ private $l10n;