From 64e0fb3152e4df5d9cb82ea1319be1f52fb2d014 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Thu, 26 Oct 2017 10:37:20 +0200 Subject: [PATCH] ParticipantService - fix type used in phpdoc --- src/Service/ParticipantService.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Service/ParticipantService.php b/src/Service/ParticipantService.php index 3ae35ea..4b47bf4 100644 --- a/src/Service/ParticipantService.php +++ b/src/Service/ParticipantService.php @@ -11,7 +11,6 @@ namespace Meritoo\LimeSurvey\ApiClient\Service; use Meritoo\LimeSurvey\ApiClient\Client\Client; use Meritoo\LimeSurvey\ApiClient\Exception\CannotProcessDataException; 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\Item\Participant; use Meritoo\LimeSurvey\ApiClient\Type\MethodType; @@ -36,7 +35,7 @@ class ParticipantService * Collection of participants' full data. * All participants grouped per survey. * - * @var Participants + * @var ParticipantsDetails */ private $participantsDetails;