diff --git a/src/AbstractResponse.php b/src/AbstractResponse.php index 6741897..edae4d2 100644 --- a/src/AbstractResponse.php +++ b/src/AbstractResponse.php @@ -5,7 +5,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index b0fe79b..e909e09 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 7f88617..3738604 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Request.php b/src/Request.php index 818205f..07078de 100644 --- a/src/Request.php +++ b/src/Request.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/RequestCliParams.php b/src/RequestCliParams.php index b29ca4c..7226385 100644 --- a/src/RequestCliParams.php +++ b/src/RequestCliParams.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/RequestHttpParams.php b/src/RequestHttpParams.php index 46e1e34..0e8228b 100644 --- a/src/RequestHttpParams.php +++ b/src/RequestHttpParams.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/RequestSystemParamsInterface.php b/src/RequestSystemParamsInterface.php index 6e925bd..361828c 100644 --- a/src/RequestSystemParamsInterface.php +++ b/src/RequestSystemParamsInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ResponseCli.php b/src/ResponseCli.php index ad82a16..a2d888d 100644 --- a/src/ResponseCli.php +++ b/src/ResponseCli.php @@ -5,7 +5,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ResponseHttp.php b/src/ResponseHttp.php index 174acfc..5423f1f 100644 --- a/src/ResponseHttp.php +++ b/src/ResponseHttp.php @@ -5,7 +5,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ResponseHttpUtils.php b/src/ResponseHttpUtils.php index 34a8bb5..f8da6e3 100644 --- a/src/ResponseHttpUtils.php +++ b/src/ResponseHttpUtils.php @@ -5,7 +5,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/RequestCliParamsTest.php b/test/RequestCliParamsTest.php index 8442540..4629343 100644 --- a/test/RequestCliParamsTest.php +++ b/test/RequestCliParamsTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/RequestHttpParamsTest.php b/test/RequestHttpParamsTest.php index 2e49666..c18a783 100644 --- a/test/RequestHttpParamsTest.php +++ b/test/RequestHttpParamsTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/RequestTest.php b/test/RequestTest.php index d242b11..e76af2a 100644 --- a/test/RequestTest.php +++ b/test/RequestTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/ResponseCliTest.php b/test/ResponseCliTest.php index c2008e1..5e351cc 100644 --- a/test/ResponseCliTest.php +++ b/test/ResponseCliTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/ResponseHttpTest.php b/test/ResponseHttpTest.php index 118faf3..95f8e1a 100644 --- a/test/ResponseHttpTest.php +++ b/test/ResponseHttpTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/ResponseHttpUtilsTest.php b/test/ResponseHttpUtilsTest.php index 601d0ad..f43b639 100644 --- a/test/ResponseHttpUtilsTest.php +++ b/test/ResponseHttpUtilsTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Tiny package. * - * (c) Alex Ermashev + * (c) Alex Ermashev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.