Apply fixes from StyleCI

This commit is contained in:
meritoo
2017-09-20 08:29:52 +00:00
committed by StyleCI Bot
parent 94a464cb4d
commit b9dfa713ff
47 changed files with 1430 additions and 1220 deletions

View File

@@ -13,7 +13,7 @@ use Meritoo\Common\Test\Base\BaseTestCase;
use Meritoo\Common\Utilities\Composer;
/**
* Tests of the useful Composer-related methods
* Tests of the useful Composer-related methods.
*
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
* @copyright Meritoo.pl
@@ -21,7 +21,7 @@ use Meritoo\Common\Utilities\Composer;
class ComposerTest extends BaseTestCase
{
/**
* Path of existing composer.json used as source of data for tests
* Path of existing composer.json used as source of data for tests.
*
* @var string
*/
@@ -59,7 +59,7 @@ class ComposerTest extends BaseTestCase
}
/**
* Provides names and values of existing nodes
* Provides names and values of existing nodes.
*
* @return Generator
*/