X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FConfig.php;h=831ea9e9c5156822bf8ef7dbb57a0efc89fc4f8d;hb=18cd4f7412b5b48108cc1a0d2f5d9d745f8bdbe9;hp=510312322532977811ab9bb5b328d52422c6ae6c;hpb=04d620fc2f567d32b50f5d5b0974acafeb072177;p=friendica.git diff --git a/src/Console/Config.php b/src/Console/Config.php index 5103123225..831ea9e9c5 100644 --- a/src/Console/Config.php +++ b/src/Console/Config.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Console; @@ -27,9 +46,6 @@ use RuntimeException; * If you specify three parameters, the named configuration setting will be * set to the value of the last parameter. (e.g. "system loglevel 0" will * disable logging) - * - * @author Tobias Diekershoff - * @author Hypolite Petovan */ class Config extends \Asika\SimpleConsole\Console {