Wrong phpDoc comments
---------------------

                 Key: SHINDIG-952
                 URL: https://issues.apache.org/jira/browse/SHINDIG-952
             Project: Shindig
          Issue Type: Bug
          Components: PHP
    Affects Versions: trunk
            Reporter: Jakub Vrána
            Priority: Minor
             Fix For: trunk


There are wrong phpDoc comments in php/src/social/spi/*Service.php. For example 
AppDataService::updatePersonData describes key and value but there are $fields 
and $values instead. Some parameters and some methods are not documented at 
all. All *Service.php need some care.

Moreover, type hints are missing in several places. E.g. 
AppDataService::updatePersonData $userId has hint UserId, but 
AppDataService::deletePersonData $userId hasn't. array hints are missing from 
all array parameters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to