From 8e2e75d0b48aa89d81eb2c7823b7105fc68f659c Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 11 Aug 2019 00:31:02 +0300 Subject: [PATCH] Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements --- flextype/middlewares.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/flextype/middlewares.php b/flextype/middlewares.php index ad4424ec..ba247c51 100644 --- a/flextype/middlewares.php +++ b/flextype/middlewares.php @@ -5,8 +5,6 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) * Founded by Sergey Romanenko and maintained Flextype Community. - * - * @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) */ namespace Flextype;