Fix PHPDoc comments project-wide
This commit is contained in:
parent
6077aa5847
commit
3282ce5389
113 changed files with 1703 additions and 795 deletions
|
@ -43,6 +43,7 @@ class PostUpdate
|
|||
* @brief Updates the "global" field in the item table
|
||||
*
|
||||
* @return bool "true" when the job is done
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
private static function update1194()
|
||||
{
|
||||
|
@ -113,6 +114,7 @@ class PostUpdate
|
|||
* This field avoids cost intensive calls in the admin panel and in "nodeinfo"
|
||||
*
|
||||
* @return bool "true" when the job is done
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
private static function update1206()
|
||||
{
|
||||
|
@ -145,6 +147,8 @@ class PostUpdate
|
|||
* @brief update the item related tables
|
||||
*
|
||||
* @return bool "true" when the job is done
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
private static function update1279()
|
||||
{
|
||||
|
@ -295,6 +299,7 @@ class PostUpdate
|
|||
* @brief update item-uri data. Prerequisite for the next item structure update.
|
||||
*
|
||||
* @return bool "true" when the job is done
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
private static function update1281()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue