X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FLock.php;h=d645800379f9b1d10f1b44670d58abdc9aca340d;hb=ab5a447bc2261522d0f5560f8933dd928a6fc6e3;hp=da1f408d0d1ab3b74f0a346d2669cdd1a9b7cebf;hpb=7db4c7ea02cdf2c5a1a6e6314aebf206ca25319f;p=friendica.git diff --git a/src/Console/Lock.php b/src/Console/Lock.php index da1f408d0d..d645800379 100644 --- a/src/Console/Lock.php +++ b/src/Console/Lock.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Console; @@ -8,12 +27,10 @@ use Friendica\Core\Lock\ILock; use RuntimeException; /** - * @brief tool to access the locks from the CLI + * tool to access the locks from the CLI * * With this script you can access the locks of your node from the CLI. * You can read current locks and set/remove locks. - * - * @author Philipp Holzer , Hypolite Petovan */ class Lock extends \Asika\SimpleConsole\Console {