diff --git a/composer.json b/composer.json index be0f7c6..173fa4d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Client of LimeSurvey API", "type": "library", "license": "MIT", - "version": "0.0.7", + "version": "0.0.8", "authors": [ { "name": "Meritoo", diff --git a/src/Meritoo/LimeSurvey/ApiClient/Service/SurveyService.php b/src/Meritoo/LimeSurvey/ApiClient/Service/SurveyService.php index cb512a8..b5f4e98 100644 --- a/src/Meritoo/LimeSurvey/ApiClient/Service/SurveyService.php +++ b/src/Meritoo/LimeSurvey/ApiClient/Service/SurveyService.php @@ -14,7 +14,7 @@ use Meritoo\LimeSurvey\ApiClient\Result\Item\Survey; use Meritoo\LimeSurvey\ApiClient\Type\MethodType; /** - * Serves surveys + * Service that serves surveys * * @author Krzysztof Niziol * @copyright Meritoo.pl diff --git a/tests/Meritoo/LimeSurvey/Test/ApiClient/Service/SurveyServiceTest.php b/tests/Meritoo/LimeSurvey/Test/ApiClient/Service/SurveyServiceTest.php index 62bf04b..8f3d427 100644 --- a/tests/Meritoo/LimeSurvey/Test/ApiClient/Service/SurveyServiceTest.php +++ b/tests/Meritoo/LimeSurvey/Test/ApiClient/Service/SurveyServiceTest.php @@ -28,16 +28,16 @@ use PHPUnit_Framework_MockObject_MockObject; class SurveyServiceTest extends BaseTestCase { /** - * Serves surveys. - * Service without surveys. + * Service that serves surveys. + * Without surveys. * * @var SurveyService */ private $serviceWithoutSurveys; /** - * Serves surveys. - * Service with surveys. + * Service that serves surveys. + * With surveys. * * @var SurveyService */