ParticipantService - fix type used in phpdoc

This commit is contained in:
Meritoo
2017-10-27 12:07:09 +02:00
parent 63e7ddf511
commit 6f6d4e9119

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;
@@ -38,7 +37,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;