Some more added lines

This commit is contained in:
Michael 2020-01-19 09:51:37 +00:00
parent 4e5db36177
commit cdbc94a9e1
5 changed files with 14 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class System
{ {
/** /**
* Returns a string with a callstack. Can be used for logging. * Returns a string with a callstack. Can be used for logging.
*
* @param integer $depth optional, default 4 * @param integer $depth optional, default 4
* @return string * @return string
*/ */

View File

@ -534,6 +534,7 @@ class Worker
/** /**
* fix the queue entry if the worker process died * fix the queue entry if the worker process died
*
* @return void * @return void
* @throws \Exception * @throws \Exception
*/ */
@ -953,6 +954,7 @@ class Worker
/** /**
* Removes a workerqueue entry from the current process * Removes a workerqueue entry from the current process
*
* @return void * @return void
* @throws \Exception * @throws \Exception
*/ */
@ -968,6 +970,7 @@ class Worker
/** /**
* Call the front end worker * Call the front end worker
*
* @return void * @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/ */
@ -983,6 +986,7 @@ class Worker
/** /**
* Call the front end worker if there aren't any active * Call the front end worker if there aren't any active
*
* @return void * @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/ */
@ -1034,6 +1038,7 @@ class Worker
/** /**
* Removes long running worker processes * Removes long running worker processes
*
* @return void * @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/ */
@ -1052,6 +1057,7 @@ class Worker
/** /**
* Runs the cron processes * Runs the cron processes
*
* @return void * @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/ */
@ -1071,6 +1077,7 @@ class Worker
/** /**
* Spawns a new worker * Spawns a new worker
*
* @param bool $do_cron * @param bool $do_cron
* @return void * @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \Friendica\Network\HTTPException\InternalServerErrorException
@ -1224,6 +1231,7 @@ class Worker
/** /**
* Defers the current worker entry * Defers the current worker entry
*
* @return boolean had the entry been deferred? * @return boolean had the entry been deferred?
*/ */
public static function defer() public static function defer()

View File

@ -58,6 +58,7 @@ class Image
/** /**
* Destructor * Destructor
*
* @return void * @return void
*/ */
public function __destruct() public function __destruct()
@ -672,6 +673,7 @@ class Image
/** /**
* supported mimetypes and corresponding file extensions * supported mimetypes and corresponding file extensions
*
* @return array * @return array
* @deprecated in version 2019.12 please use Util\Images::supportedTypes() instead. * @deprecated in version 2019.12 please use Util\Images::supportedTypes() instead.
*/ */
@ -682,6 +684,7 @@ class Image
/** /**
* Maps Mime types to Imagick formats * Maps Mime types to Imagick formats
*
* @return array With with image formats (mime type as key) * @return array With with image formats (mime type as key)
* @deprecated in version 2019.12 please use Util\Images::getFormatsMap() instead. * @deprecated in version 2019.12 please use Util\Images::getFormatsMap() instead.
*/ */

View File

@ -138,6 +138,7 @@ class Cron
/** /**
* Update public contacts * Update public contacts
*
* @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/ */
private static function updatePublicContacts() { private static function updatePublicContacts() {

View File

@ -43,6 +43,7 @@ class DBClean {
/** /**
* Remove orphaned database entries * Remove orphaned database entries
*
* @param integer $stage What should be deleted? * @param integer $stage What should be deleted?
* *
* Values for $stage: * Values for $stage: