From 0bb0e96b748fc1babb6fd015ea449ffd5b7fe451 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 11 Dec 2019 00:51:46 +0300 Subject: [PATCH] chore(core): typo updates --- flextype/parsers/Markdown.php | 6 ++---- flextype/parsers/Yaml.php | 6 ++---- flextype/shortcodes/BaseUrlShortcode.php | 6 ++---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/flextype/parsers/Markdown.php b/flextype/parsers/Markdown.php index 5603254a..7346f97b 100644 --- a/flextype/parsers/Markdown.php +++ b/flextype/parsers/Markdown.php @@ -3,10 +3,8 @@ declare(strict_types=1); /** - * @link http://flextype.org - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * Flextype (http://flextype.org) + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/parsers/Yaml.php b/flextype/parsers/Yaml.php index 2450502d..1c370d65 100644 --- a/flextype/parsers/Yaml.php +++ b/flextype/parsers/Yaml.php @@ -3,10 +3,8 @@ declare(strict_types=1); /** - * @link http://flextype.org - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * Flextype (http://flextype.org) + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/shortcodes/BaseUrlShortcode.php b/flextype/shortcodes/BaseUrlShortcode.php index 2c731ae4..9709f5a4 100644 --- a/flextype/shortcodes/BaseUrlShortcode.php +++ b/flextype/shortcodes/BaseUrlShortcode.php @@ -3,10 +3,8 @@ declare(strict_types=1); /** - * @link http://romanenko.digital - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * Flextype (http://flextype.org) + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype;