mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 02:11:45 +01:00
Minor refactoring
This commit is contained in:
@@ -15,7 +15,7 @@ use Meritoo\LimeSurvey\ApiClient\Result\Item\Participant;
|
|||||||
use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
|
use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Serves participants
|
* Service that serves participants
|
||||||
*
|
*
|
||||||
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
|
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
|
||||||
* @copyright Meritoo.pl
|
* @copyright Meritoo.pl
|
||||||
|
|||||||
@@ -29,16 +29,16 @@ use PHPUnit_Framework_MockObject_MockObject;
|
|||||||
class ParticipantServiceTest extends BaseTestCase
|
class ParticipantServiceTest extends BaseTestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Serves participants.
|
* Service that serves participants.
|
||||||
* Service without participants.
|
* Without participants.
|
||||||
*
|
*
|
||||||
* @var ParticipantService
|
* @var ParticipantService
|
||||||
*/
|
*/
|
||||||
private $serviceWithoutParticipants;
|
private $serviceWithoutParticipants;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Serves participants.
|
* Service that serves participants.
|
||||||
* Service with participants.
|
* With participants.
|
||||||
*
|
*
|
||||||
* @var ParticipantService
|
* @var ParticipantService
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user