@brief is removed completely

This commit is contained in:
Michael 2020-01-19 06:05:23 +00:00
parent fd1f1999f0
commit 0a4119adaf
170 changed files with 901 additions and 962 deletions

View file

@ -3,7 +3,7 @@
/**
* @file src/Worker/CheckVersion.php
*
* @brief save Friendica upstream version to the DB
* save Friendica upstream version to the DB
**/
namespace Friendica\Worker;
@ -13,7 +13,7 @@ use Friendica\Database\DBA;
use Friendica\Util\Network;
/**
* @brief check the git repository VERSION file and save the version to the DB
* check the git repository VERSION file and save the version to the DB
*
* Checking the upstream version is optional (opt-in) and can be done to either
* the master or the develop branch in the repository.