From: Philipp Date: Mon, 6 Jan 2025 17:45:33 +0000 (+0100) Subject: Update deprecated version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=127e522ed84f9eeac24959bbea4247291d9f4ea4;p=friendica.git Update deprecated version --- diff --git a/bin/daemon.php b/bin/daemon.php index ac04915dad..18af315bc3 100755 --- a/bin/daemon.php +++ b/bin/daemon.php @@ -6,7 +6,7 @@ * * SPDX-License-Identifier: AGPL-3.0-or-later * - * @deprecated 2025.01 use bin/console.php daemon instead + * @deprecated 2025.02 use bin/console.php daemon instead */ /** diff --git a/bin/jetstream.php b/bin/jetstream.php index b38c934563..e3df667d3f 100755 --- a/bin/jetstream.php +++ b/bin/jetstream.php @@ -6,7 +6,7 @@ * * SPDX-License-Identifier: AGPL-3.0-or-later * - * @deprecated 2025.01 use bin/console.php jetstream instead + * @deprecated 2025.02 use bin/console.php jetstream instead */ use Dice\Dice; diff --git a/bin/worker.php b/bin/worker.php index d27b4014a0..a58d657a0f 100755 --- a/bin/worker.php +++ b/bin/worker.php @@ -8,7 +8,7 @@ * * Starts the background processing * - * @deprecated 2025.01 use bin/console.php worker instead + * @deprecated 2025.02 use bin/console.php worker instead */ if (php_sapi_name() !== 'cli') {