Minor refactoring

This commit is contained in:
Meritoo
2017-09-29 10:31:04 +02:00
parent dbd0a65286
commit 4f26bca282
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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
*/ */