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

@@ -29,16 +29,16 @@ use PHPUnit_Framework_MockObject_MockObject;
class ParticipantServiceTest extends BaseTestCase
{
/**
* Serves participants.
* Service without participants.
* Service that serves participants.
* Without participants.
*
* @var ParticipantService
*/
private $serviceWithoutParticipants;
/**
* Serves participants.
* Service with participants.
* Service that serves participants.
* With participants.
*
* @var ParticipantService
*/