mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 02:11:45 +01:00
ParticipantService - fix type used in phpdoc
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user