From 6f6d4e91197c636bd6b4e6def3cda332005d6dd4 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Fri, 27 Oct 2017 12:07:09 +0200 Subject: [PATCH] ParticipantService - fix type used in phpdoc --- src/LimeSurvey/Service/ParticipantService.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/LimeSurvey/Service/ParticipantService.php b/src/LimeSurvey/Service/ParticipantService.php index a250de9..50ebb34 100644 --- a/src/LimeSurvey/Service/ParticipantService.php +++ b/src/LimeSurvey/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; @@ -38,7 +37,7 @@ class ParticipantService * Collection of participants' full data. * All participants grouped per survey. * - * @var Participants + * @var ParticipantsDetails */ private $participantsDetails;