Update deprecated version

pull/14659/head
Philipp 2025-01-06 18:45:33 +01:00
rodzic b9dde78466
commit 127e522ed8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 24A7501396EB5432
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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
*/
/**

Wyświetl plik

@ -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;

Wyświetl plik

@ -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') {