Skip to content

Commit 148ac85

Browse files
Merge pull request #348 from nextcloud/dependabot/composer/nextcloud/coding-standard-1.5.0
ci(deps-dev): Bump nextcloud/coding-standard from 1.4.0 to 1.5.0
2 parents 21fab97 + 50f687a commit 148ac85

8 files changed

Lines changed: 24 additions & 21 deletions

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ControllerMethodParameter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OpenAPIExtractor;
1011

1112
class ControllerMethodParameter {

src/ControllerMethodResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OpenAPIExtractor;
1011

1112
class ControllerMethodResponse {

src/Logger.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OpenAPIExtractor;
1011

1112
class Logger {

src/LoggerLevel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OpenAPIExtractor;
1011

1112
enum LoggerLevel: string {

src/UnsupportedExprException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OpenAPIExtractor;
1011

1112
use Exception;

tests/lib/Controller/PlainController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function ignored(): Response {
2323
return new Response();
2424
}
2525

26-
2726
/**
2827
* Route with manual scope to not get ignored
2928
*

tests/lib/Controller/SettingsController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ public function parameterRequestBody(int $simple, array $complex): DataResponse
553553
return new DataResponse();
554554
}
555555

556-
557556
/**
558557
* Route with object defaults
559558
*

0 commit comments

Comments
 (0)