User tests: Successful: Unsuccessful:
Method signature changes in docblock only, no code changes
The docblock documented that $id
could only be an integer
This is factually incorrect as evidenced by the second param $byName
which is a bool that says if the $id
is the name (i.e. a string "site/administrator/api/cli etc") then to handle it differently than an integer client id.
There are many places in code where $id is provided as a string of the name and $byName
is set to true, further proving the documentation to be incorrect.
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
I have tested this item
Whereas normal code indenting uses real tabs, all whitespace in a Docblock uses real spaces. This provides better readability in source code browsers. The minimum whitespace between any text elements, such as tags, variable types, variable names and tag descriptions, is two real spaces.
I have not tested this item.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-07-11 15:45:26 |
Closed_By | ⇒ | richard67 | |
Labels |
Added:
?
|
Thanks!
I have tested this item✅ successfully on c591762
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29882.