X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FWorker.php;h=f41636beda2ac6e82f7a608f1e7d5145031eae11;hb=0e05ff68686270d87447c570e28543a5bcc7e755;hp=562a17c0a2a73f1651ca251d475d0c58a93a5e9f;hpb=3411ced83360cc97dc378ba7042720f25ac6bc01;p=friendica.git diff --git a/src/Core/Worker.php b/src/Core/Worker.php index 562a17c0a2..f41636beda 100644 --- a/src/Core/Worker.php +++ b/src/Core/Worker.php @@ -1,7 +1,24 @@ . + * */ + namespace Friendica\Core; use Friendica\Core; @@ -12,14 +29,8 @@ use Friendica\Util\DateTimeFormat; use Friendica\Util\Network; /** - * @file src/Core/Worker.php - * * Contains the class for the worker background job processing */ - -/** - * Worker methods - */ class Worker { const STATE_STARTUP = 1; // Worker is in startup. This takes most time.