Skip to content

fix(OCP): Add since tag to all constants - #43595

Merged
nickvergessen merged 1 commit into
masterfrom
bugfix/noid/make-psalm-green-again
Feb 15, 2024
Merged

fix(OCP): Add since tag to all constants#43595
nickvergessen merged 1 commit into
masterfrom
bugfix/noid/make-psalm-green-again

Conversation

@nickvergessen

Copy link
Copy Markdown
Member

Red CI due to parallel merges of

PS: I find private constants weird on public API. Any problem with exposing them? Would allowing apps to create their own providers on top of it.

@nickvergessennickvergessen added the 3. to review Waiting for reviews label Feb 15, 2024
@nickvergessennickvergessen added this to the Nextcloud 29 milestone Feb 15, 2024
@nickvergessennickvergessen self-assigned this Feb 15, 2024
@juliusknorr

Copy link
Copy Markdown
Member

I don't see a problem exposing them, but seems a bit weird that private visibility still requires a since annotation 🤷

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

but seems a bit weird that private visibility still requires a since annotation 🤷

Same is the case for "private" methods that you could add atm.

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen
nickvergessenforce-pushed the bugfix/noid/make-psalm-green-again branch from 2a0267d to 3b0a9e6CompareFebruary 15, 2024 07:06
@nickvergessen
nickvergessen merged commit 299e5fd into masterFeb 15, 2024
@nickvergessen
nickvergessen deleted the bugfix/noid/make-psalm-green-again branch February 15, 2024 08:09
@blizzzblizzz mentioned this pull request Mar 5, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@nickvergessen@juliusknorr@SystemKeeper