From 7947a7c44bf633d7a6c47a716a6b4862496c97d0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 11 Aug 2019 00:31:24 +0300 Subject: [PATCH] Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements --- flextype/bootstrap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index 75039153..b6cd7675 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.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;