From fea53335401f42b38fc7eb7bc6a08a62ed997a4f Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 2 Aug 2019 16:40:29 +0300 Subject: [PATCH] Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements --- site/plugins/admin/app/Middleware/AuthMiddleware.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/plugins/admin/app/Middleware/AuthMiddleware.php b/site/plugins/admin/app/Middleware/AuthMiddleware.php index b4889306..7862290a 100644 --- a/site/plugins/admin/app/Middleware/AuthMiddleware.php +++ b/site/plugins/admin/app/Middleware/AuthMiddleware.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/dev/LICENSE.txt (MIT License) */ namespace Flextype;