Skip to content
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

PHPDoc for Json input #38905

Merged
merged 3 commits into from
Oct 23, 2022
Merged

PHPDoc for Json input #38905

merged 3 commits into from
Oct 23, 2022

Conversation

AlterBrains
Copy link
Contributor

Summary of Changes

Make IDE happy with the code like $app->input->json->getRaw()

Testing Instructions

Apply patch, see IDE tips. The json input is mostly used in API controllers.

A PR is also required for Input package: joomla-framework/input#40

Actual result BEFORE applying this Pull Request

$app->input->json and $app->input->json->getRaw() are incorrectly parsed by IDE.

Expected result AFTER applying this Pull Request

$app->input->json and $app->input->json->getRaw() are correctly parsed by IDE.
+
mistyped Json input usage in application config model.

Make IDE happy with the code like `$app->input->json->getRaw()`
@wilsonge wilsonge added the Maintainers Checked Used if the PR is conceptional useful label Oct 18, 2022
@HLeithner HLeithner changed the base branch from 4.2-dev to 4.3-dev October 23, 2022 12:01
@HLeithner HLeithner merged commit 044a0bc into joomla:4.3-dev Oct 23, 2022
@HLeithner
Copy link
Member

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintainers Checked Used if the PR is conceptional useful
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants