Minor refactoring

This commit is contained in:
Meritoo
2017-09-28 19:43:02 +02:00
parent f5de59f50b
commit 5061f5a295
3 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"description": "Client of LimeSurvey API", "description": "Client of LimeSurvey API",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
"version": "0.0.7", "version": "0.0.8",
"authors": [ "authors": [
{ {
"name": "Meritoo", "name": "Meritoo",

View File

@@ -14,7 +14,7 @@ use Meritoo\LimeSurvey\ApiClient\Result\Item\Survey;
use Meritoo\LimeSurvey\ApiClient\Type\MethodType; use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
/** /**
* Serves surveys * Service that serves surveys
* *
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl> * @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
* @copyright Meritoo.pl * @copyright Meritoo.pl

View File

@@ -28,16 +28,16 @@ use PHPUnit_Framework_MockObject_MockObject;
class SurveyServiceTest extends BaseTestCase class SurveyServiceTest extends BaseTestCase
{ {
/** /**
* Serves surveys. * Service that serves surveys.
* Service without surveys. * Without surveys.
* *
* @var SurveyService * @var SurveyService
*/ */
private $serviceWithoutSurveys; private $serviceWithoutSurveys;
/** /**
* Serves surveys. * Service that serves surveys.
* Service with surveys. * With surveys.
* *
* @var SurveyService * @var SurveyService
*/ */