Skip to content

Commit

Permalink
Merge pull request #2509 from nextcloud/dependabot/composer/main-0.10…
Browse files Browse the repository at this point in the history
….x/nextcloud/coding-standard-1.3.0

Build(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.0
  • Loading branch information
christianlupus committed Sep 20, 2024
2 parents a65695e + 75e0e27 commit ffc9750
Show file tree
Hide file tree
Showing 69 changed files with 311 additions and 102 deletions.
197 changes: 153 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Controller/CategoryApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CategoryApiController extends ApiController {
public function __construct(
string $AppName,
IRequest $request,
CategoryImplementation $categoryImplementation
CategoryImplementation $categoryImplementation,
) {
parent::__construct($AppName, $request);

Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/CategoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CategoryController extends Controller {
public function __construct(
string $AppName,
IRequest $request,
CategoryImplementation $categoryImplementation
CategoryImplementation $categoryImplementation,
) {

Check failure on line 18 in lib/Controller/CategoryController.php

View workflow job for this annotation

GitHub Actions / Lint PHP files to be compatible

PHP linter failed

Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in lib/Controller/CategoryController.php on line 18

Check failure on line 18 in lib/Controller/CategoryController.php

View workflow job for this annotation

GitHub Actions / Lint PHP files to be compatible

PHP linter failed

Errors parsing lib/Controller/CategoryController.php
parent::__construct($AppName, $request);

Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/ConfigApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ConfigApiController extends ApiController {
public function __construct(
$AppName,
IRequest $request,
ConfigImplementation $configImplementation
ConfigImplementation $configImplementation,
) {

Check failure on line 18 in lib/Controller/ConfigApiController.php

View workflow job for this annotation

GitHub Actions / Lint PHP files to be compatible

PHP linter failed

Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in lib/Controller/ConfigApiController.php on line 18

Check failure on line 18 in lib/Controller/ConfigApiController.php

View workflow job for this annotation

GitHub Actions / Lint PHP files to be compatible

PHP linter failed

Errors parsing lib/Controller/ConfigApiController.php
parent::__construct($AppName, $request);

Expand Down
Loading

0 comments on commit ffc9750

Please sign in to comment.