? Pending

User tests: Successful: Unsuccessful:

avatar demis-palma
demis-palma
30 Apr 2017

Some PHPDoc comments lack parameters, or indicate wrong type or number of parameters.
Others doesn't contain all necessary @throws or @return tags

To be merged on review.

avatar demis-palma demis-palma - open - 30 Apr 2017
avatar demis-palma demis-palma - change - 30 Apr 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 30 Apr 2017
Category Administration com_associations com_cache com_installer com_joomlaupdate com_languages com_menus com_messages com_templates com_users Templates (admin) Front End com_config Libraries Plugins Templates (site)
avatar brianteeman
brianteeman - comment - 30 Apr 2017

Can you remove the non php document changes from this PR and put them in their own PR please

avatar demis-palma demis-palma - change - 1 May 2017
Labels Added: ?
avatar demis-palma
demis-palma - comment - 1 May 2017

@brianteeman alignment done.
About non PHP document changes, If you refer to the parameter $startTime = 0.0 I did it to fix another inconsistency between the doc and the code.

The PHPdoc declares the variable as "double"
@param double $startTime
but the method initialises it with an "integer" value
$startTime = 0

gettype(0) returns "integer"
gettype(0.0) returns "double"

As far as I know, the correct way to initialise a "double/float" without using a cast, is using the decimal point.

But if you have other reasons, I can separate this last.

avatar RonakParmar
RonakParmar - comment - 2 May 2017

I have tested this item successfully on c0a4b79


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15702.

avatar RonakParmar RonakParmar - test_item - 2 May 2017 - Tested successfully
avatar brianteeman
brianteeman - comment - 2 May 2017

A pull request should have a single responsibility.

avatar demis-palma
demis-palma - comment - 2 May 2017

In this case, profiler restored.

avatar jonasgonka
jonasgonka - comment - 23 Jul 2018

Because some of the files were moved I updated this and created a new PR #21234.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15702.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 23 Jul 2018

can this PR be closed?

avatar jonasgonka
jonasgonka - comment - 23 Jul 2018

this PR can be closed.

avatar rdeutz rdeutz - change - 23 Jul 2018
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2018-07-23 15:35:37
Closed_By rdeutz
avatar rdeutz rdeutz - close - 23 Jul 2018

Add a Comment

Login with GitHub to post a comment