]> git.mxchange.org Git - friendica.git/commitdiff
Some more added lines
authorMichael <heluecht@pirati.ca>
Sun, 19 Jan 2020 09:51:37 +0000 (09:51 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 19 Jan 2020 09:51:37 +0000 (09:51 +0000)
src/Core/System.php
src/Core/Worker.php
src/Object/Image.php
src/Worker/Cron.php
src/Worker/DBClean.php

index a2b88a6314b1b0beb19ee820b3a3eccdd18a48a0..b0cfe28bee0cdf5b8746e4f5d369280925dc00a2 100644 (file)
@@ -22,6 +22,7 @@ class System
 {
        /**
         * Returns a string with a callstack. Can be used for logging.
+        *
         * @param integer $depth optional, default 4
         * @return string
         */
index 2e6e03e9b1bab3ed0be10135144585927e787a2f..dc85ebf7cac583c059a5df12e12cb1ce36e445d7 100644 (file)
@@ -534,6 +534,7 @@ class Worker
 
        /**
         * fix the queue entry if the worker process died
+        *
         * @return void
         * @throws \Exception
         */
@@ -953,6 +954,7 @@ class Worker
 
        /**
         * Removes a workerqueue entry from the current process
+        *
         * @return void
         * @throws \Exception
         */
@@ -968,6 +970,7 @@ class Worker
 
        /**
         * Call the front end worker
+        *
         * @return void
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
@@ -983,6 +986,7 @@ class Worker
 
        /**
         * Call the front end worker if there aren't any active
+        *
         * @return void
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
@@ -1034,6 +1038,7 @@ class Worker
 
        /**
         * Removes long running worker processes
+        *
         * @return void
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
@@ -1052,6 +1057,7 @@ class Worker
 
        /**
         * Runs the cron processes
+        *
         * @return void
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
@@ -1071,6 +1077,7 @@ class Worker
 
        /**
         * Spawns a new worker
+        *
         * @param bool $do_cron
         * @return void
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
@@ -1224,6 +1231,7 @@ class Worker
 
        /**
         * Defers the current worker entry
+        *
         * @return boolean had the entry been deferred?
         */
        public static function defer()
index fd4713b3395feea2c98fe46d0fa61c0c46a26c35..dec4f4eea427cadc37e6fb08b0b9aa54354f3ac8 100644 (file)
@@ -58,6 +58,7 @@ class Image
 
        /**
         * Destructor
+        *
         * @return void
         */
        public function __destruct()
@@ -672,6 +673,7 @@ class Image
 
        /**
         * supported mimetypes and corresponding file extensions
+        *
         * @return array
         * @deprecated in version 2019.12 please use Util\Images::supportedTypes() instead.
         */
@@ -682,6 +684,7 @@ class Image
 
        /**
         * Maps Mime types to Imagick formats
+        *
         * @return array With with image formats (mime type as key)
         * @deprecated in version 2019.12 please use Util\Images::getFormatsMap() instead.
         */
index 8fac404722ac7e10d4fffa9235335fbdb98d0a06..853ca449b48b82712401d02995aa4514fa483183 100644 (file)
@@ -138,6 +138,7 @@ class Cron
 
        /**
         * Update public contacts
+        *
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        private static function updatePublicContacts() {
index 9cfcf21f2ab3d772d777c5b22d8bf4dc4161f6e6..92c942522d78c03406eefa0e31365d2dc2c19ecd 100644 (file)
@@ -43,6 +43,7 @@ class DBClean {
 
        /**
         * Remove orphaned database entries
+        *
         * @param integer $stage What should be deleted?
         *
         * Values for $stage: