Skip to content

Commit

Permalink
Merge pull request #42705 from nextcloud/bugfix/noid/green-openapi-ci
Browse files Browse the repository at this point in the history
fix(openapi): Make OpenAPI CI green again
  • Loading branch information
szaimen authored Jan 11, 2024
2 parents cfd1cc5 + 0b59191 commit 67fba0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Controller/ProfilePageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

use OC\Profile\ProfileManager;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http\Attribute\OpenAPI;
use OCP\AppFramework\Http\Attribute\IgnoreOpenAPI;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\AppFramework\Services\IInitialState;
use OCP\EventDispatcher\IEventDispatcher;
Expand All @@ -42,7 +42,7 @@
use OCP\Share\IManager as IShareManager;
use OCP\UserStatus\IManager as IUserStatusManager;

#[OpenAPI(scope: OpenAPI::SCOPE_IGNORE)]
#[IgnoreOpenAPI]
class ProfilePageController extends Controller {
public function __construct(
string $appName,
Expand Down

0 comments on commit 67fba0a

Please sign in to comment.