Update deprecated version

This commit is contained in:
Philipp 2025-01-06 18:45:33 +01:00
parent b9dde78466
commit 127e522ed8
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
* *
* SPDX-License-Identifier: AGPL-3.0-or-later * 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
*/ */
/** /**

View file

@ -6,7 +6,7 @@
* *
* SPDX-License-Identifier: AGPL-3.0-or-later * 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; use Dice\Dice;

View file

@ -8,7 +8,7 @@
* *
* Starts the background processing * 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') { if (php_sapi_name() !== 'cli') {