Skip to content

PHPDoc for Json input#38905

Merged
HLeithner merged 3 commits intojoomla:4.3-devfrom
AlterBrains:patch-1
Oct 23, 2022
Merged

PHPDoc for Json input#38905
HLeithner merged 3 commits intojoomla:4.3-devfrom
AlterBrains:patch-1

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