mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:10:18 +00:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue