-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix: Move OC_API into \OC\ApiHelper in standard namespace #47685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
|
||
| self::setContentType($format); | ||
| $body = $response->render(); | ||
| echo $body; |
Check failure
Code scanning / Psalm
TaintedHtml
|
|
||
| self::setContentType($format); | ||
| $body = $response->render(); | ||
| echo $body; |
Check failure
Code scanning / Psalm
TaintedTextWithQuotes
This comment was marked as outdated.
This comment was marked as outdated.
e59e773 to
a9e1971
Compare
It’s only used by ocs/v1.php Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
…s instead Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
df9f4e8 to
90a9485
Compare
nickvergessen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
server/build/psalm-baseline.xml
Lines 2863 to 2870 in af6de04
| <file src="lib/private/legacy/OC_API.php"> | |
| <InvalidNullableReturnType> | |
| <code><![CDATA[int]]></code> | |
| </InvalidNullableReturnType> | |
| <NullableReturnStatement> | |
| <code><![CDATA[null]]></code> | |
| </NullableReturnStatement> | |
| </file> |
Yes there’s a job for updating the baseline. |
Summary
It’s only used by ocs/v1.php
Checklist