chore: nextcloud/coding-standard and run cs:fix

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2023-12-27 09:58:12 +01:00
parent 2af11ef29b
commit 263110ed3b
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
3 changed files with 63 additions and 1857 deletions

View File

@ -13,7 +13,7 @@
"php": ">=7.3 <=8.1"
},
"require-dev": {
"nextcloud/coding-standard": "^1.0.0",
"nextcloud/coding-standard": "1.1.1",
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "3.42.0"
},

1916
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,8 +23,8 @@
namespace OCA\Tasks\Controller;
use \OCA\Tasks\Service\CollectionsService;
use \OCP\IRequest;
use \OCP\AppFramework\Controller;
use \OCP\IRequest;
class CollectionsController extends Controller {
/**