ParticipantService - fix type used in phpdoc

This commit is contained in:
Meritoo
2017-10-26 10:37:20 +02:00
parent b58c346e95
commit 64e0fb3152

View File

@@ -11,7 +11,6 @@ namespace Meritoo\LimeSurvey\ApiClient\Service;
use Meritoo\LimeSurvey\ApiClient\Client\Client; use Meritoo\LimeSurvey\ApiClient\Client\Client;
use Meritoo\LimeSurvey\ApiClient\Exception\CannotProcessDataException; use Meritoo\LimeSurvey\ApiClient\Exception\CannotProcessDataException;
use Meritoo\LimeSurvey\ApiClient\Exception\MissingParticipantOfSurveyException; use Meritoo\LimeSurvey\ApiClient\Exception\MissingParticipantOfSurveyException;
use Meritoo\LimeSurvey\ApiClient\Result\Collection\Participants;
use Meritoo\LimeSurvey\ApiClient\Result\Collection\ParticipantsDetails; use Meritoo\LimeSurvey\ApiClient\Result\Collection\ParticipantsDetails;
use Meritoo\LimeSurvey\ApiClient\Result\Item\Participant; use Meritoo\LimeSurvey\ApiClient\Result\Item\Participant;
use Meritoo\LimeSurvey\ApiClient\Type\MethodType; use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
@@ -36,7 +35,7 @@ class ParticipantService
* Collection of participants' full data. * Collection of participants' full data.
* All participants grouped per survey. * All participants grouped per survey.
* *
* @var Participants * @var ParticipantsDetails
*/ */
private $participantsDetails; private $participantsDetails;