feat(taskprocessing): add strict types to all taskprocessing command classes

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
pull/54272/head
Julien Veyssier 9 months ago
parent 0dc93bc320
commit 2b9af820bd
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
  1. 2
      core/Command/TaskProcessing/Cleanup.php
  2. 2
      core/Command/TaskProcessing/EnabledCommand.php
  3. 2
      core/Command/TaskProcessing/GetCommand.php
  4. 2
      core/Command/TaskProcessing/ListCommand.php
  5. 2
      core/Command/TaskProcessing/Statistics.php

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

Loading…
Cancel
Save