User tests: Successful: Unsuccessful:
Make IDE happy with the code like $app->input->json->getRaw()
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
$app->input->json
and $app->input->json->getRaw()
are incorrectly parsed by IDE.
$app->input->json
and $app->input->json->getRaw()
are correctly parsed by IDE.
+
mistyped Json input usage in application config model.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_config Libraries |
Labels |
Added:
?
Maintainers Checked
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-10-23 12:06:19 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
PR-4.3-dev
Removed: ? |
thanks