File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616use OCP \AppFramework \Http \JSONResponse ;
1717use OCP \IRequest ;
1818
19-
2019/**
2120 * @psalm-api
2221 * @psalm-import-type HttpStatusCode from \OCA\Polls\Types
Original file line number Diff line number Diff line change 2020use OCA \Polls \Event \OptionUnconfirmedEvent ;
2121use OCA \Polls \Event \OptionUpdatedEvent ;
2222use OCA \Polls \Event \PollOptionReorderedEvent ;
23- use OCA \Polls \Exceptions \DuplicateEntryException ;
2423use OCA \Polls \Exceptions \InvalidPollTypeException ;
2524use OCA \Polls \Model \Sequence ;
2625use OCA \Polls \Model \SimpleOption ;
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+ /**
5+ * SPDX-FileCopyrightText: 2025 Nextcloud contributors
6+ * SPDX-License-Identifier: AGPL-3.0-or-later
7+ */
38namespace OCA \Polls ;
49
510/**
1015 * 500|501|502|503|504|505|506|507|508|509|510|511
1116 * @psalm-api
1217 */
13- interface Types {}
18+ interface Types {
19+ }
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44/**
5- * SPDX-FileCopyrightText: 2017 Nextcloud contributors
5+ * SPDX-FileCopyrightText: 2025 Nextcloud contributors
66 * SPDX-License-Identifier: AGPL-3.0-or-later
77 */
88namespace OCA \Circles \Model ;
1111 * @psalm-immutable
1212 */
1313final class Circle {
14- public function getUrl () {}
15- }
14+ public function getUrl () {
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments