From 9b77bcd6ff4d720c94d26276fc65d318f6cfbc97 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 5 Aug 2019 20:00:55 +0300 Subject: [PATCH] Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements --- flextype/bootstrap.php | 6 +++--- flextype/dependencies.php | 9 +++------ flextype/middlewares.php | 6 +++--- index.php | 6 +++--- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index 0deb44b5..f6e441a9 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ namespace Flextype; diff --git a/flextype/dependencies.php b/flextype/dependencies.php index 98be1149..13b0497f 100644 --- a/flextype/dependencies.php +++ b/flextype/dependencies.php @@ -1,13 +1,10 @@ - * @link http://romanenko.digital - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ namespace Flextype; diff --git a/flextype/middlewares.php b/flextype/middlewares.php index d1ce7ccf..293f8949 100644 --- a/flextype/middlewares.php +++ b/flextype/middlewares.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ namespace Flextype; diff --git a/index.php b/index.php index 2120b783..8fe57806 100755 --- a/index.php +++ b/index.php @@ -3,10 +3,10 @@ declare(strict_types=1); /** - * @link http://romanenko.digital + * Flextype (http://flextype.org) + * Maintained by Sergey Romanenko and Flextype Community. * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ namespace Flextype;