diff --git a/.htaccess b/.htaccess index faaa801e..68b3e62d 100755 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,7 @@ ## # Flextype (http://flextype.org) -# Founded by Sergey Romanenko and maintained Flextype Community. +# Founded by Sergey Romanenko and maintained by Flextype Community. # -# @license https://github.com/flextype/flextype/blob/master/LICENSE.txt (MIT License) ## Common PHP Overrides diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index b6cd7675..25e48bb6 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/core/Cache.php b/flextype/core/Cache.php index 90b1f06e..30205090 100755 --- a/flextype/core/Cache.php +++ b/flextype/core/Cache.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/core/Controller.php b/flextype/core/Controller.php index 2e8eeb3f..f85534b4 100644 --- a/flextype/core/Controller.php +++ b/flextype/core/Controller.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/core/Entries.php b/flextype/core/Entries.php index ff8003a5..7f1d1c3a 100755 --- a/flextype/core/Entries.php +++ b/flextype/core/Entries.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/core/Fieldsets.php b/flextype/core/Fieldsets.php index 58ec5381..e8dce141 100644 --- a/flextype/core/Fieldsets.php +++ b/flextype/core/Fieldsets.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/core/Middleware.php b/flextype/core/Middleware.php index 02d81f13..e009d5a3 100644 --- a/flextype/core/Middleware.php +++ b/flextype/core/Middleware.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/core/Plugins.php b/flextype/core/Plugins.php index e589436f..6faf23fc 100755 --- a/flextype/core/Plugins.php +++ b/flextype/core/Plugins.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/core/Snippets.php b/flextype/core/Snippets.php index 42cfee05..b4e24216 100644 --- a/flextype/core/Snippets.php +++ b/flextype/core/Snippets.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/core/Themes.php b/flextype/core/Themes.php index 54ebdb96..cb94c2df 100644 --- a/flextype/core/Themes.php +++ b/flextype/core/Themes.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/dependencies.php b/flextype/dependencies.php index 9c45fa5f..cab2f2cf 100644 --- a/flextype/dependencies.php +++ b/flextype/dependencies.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/middlewares.php b/flextype/middlewares.php index ba247c51..a345a535 100644 --- a/flextype/middlewares.php +++ b/flextype/middlewares.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/parsers/FrontmatterParser.php b/flextype/parsers/FrontmatterParser.php index 2178d253..492a3136 100644 --- a/flextype/parsers/FrontmatterParser.php +++ b/flextype/parsers/FrontmatterParser.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/parsers/JsonParser.php b/flextype/parsers/JsonParser.php index 9c5e40eb..4cf7c210 100644 --- a/flextype/parsers/JsonParser.php +++ b/flextype/parsers/JsonParser.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/parsers/Parser.php b/flextype/parsers/Parser.php index de7ea6de..979b0153 100644 --- a/flextype/parsers/Parser.php +++ b/flextype/parsers/Parser.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/routes/web.php b/flextype/routes/web.php index b3acd9e0..9940dacf 100644 --- a/flextype/routes/web.php +++ b/flextype/routes/web.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/shortcodes/EntriesShortcode.php b/flextype/shortcodes/EntriesShortcode.php index 151f826d..554ea462 100644 --- a/flextype/shortcodes/EntriesShortcode.php +++ b/flextype/shortcodes/EntriesShortcode.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/shortcodes/RegistryShortcode.php b/flextype/shortcodes/RegistryShortcode.php index e87551fc..d39ab707 100644 --- a/flextype/shortcodes/RegistryShortcode.php +++ b/flextype/shortcodes/RegistryShortcode.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/shortcodes/SnippetsShortcode.php b/flextype/shortcodes/SnippetsShortcode.php index f5813829..12befb89 100644 --- a/flextype/shortcodes/SnippetsShortcode.php +++ b/flextype/shortcodes/SnippetsShortcode.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/AssetsTwigExtension.php b/flextype/twig/AssetsTwigExtension.php index 24bccef7..13fb7670 100644 --- a/flextype/twig/AssetsTwigExtension.php +++ b/flextype/twig/AssetsTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/CsrfTwigExtension.php b/flextype/twig/CsrfTwigExtension.php index 43e99183..b588f69f 100644 --- a/flextype/twig/CsrfTwigExtension.php +++ b/flextype/twig/CsrfTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/EmitterTwigExtension.php b/flextype/twig/EmitterTwigExtension.php index 7a76b02f..25f63cff 100644 --- a/flextype/twig/EmitterTwigExtension.php +++ b/flextype/twig/EmitterTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/EntriesTwigExtension.php b/flextype/twig/EntriesTwigExtension.php index b4602780..51ccad82 100644 --- a/flextype/twig/EntriesTwigExtension.php +++ b/flextype/twig/EntriesTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/FilesystemTwigExtension.php b/flextype/twig/FilesystemTwigExtension.php index ede2a8fb..8e48b6c0 100644 --- a/flextype/twig/FilesystemTwigExtension.php +++ b/flextype/twig/FilesystemTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/FlashTwigExtension.php b/flextype/twig/FlashTwigExtension.php index d9b7974e..379004d1 100644 --- a/flextype/twig/FlashTwigExtension.php +++ b/flextype/twig/FlashTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/GlobalVarsTwigExtension.php b/flextype/twig/GlobalVarsTwigExtension.php index a08d261d..704bf413 100644 --- a/flextype/twig/GlobalVarsTwigExtension.php +++ b/flextype/twig/GlobalVarsTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/I18nTwigExtension.php b/flextype/twig/I18nTwigExtension.php index af37c15e..f035e3cf 100644 --- a/flextype/twig/I18nTwigExtension.php +++ b/flextype/twig/I18nTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/JsonParserTwigExtension.php b/flextype/twig/JsonParserTwigExtension.php index 93955333..6af41721 100644 --- a/flextype/twig/JsonParserTwigExtension.php +++ b/flextype/twig/JsonParserTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/ShortcodesTwigExtension.php b/flextype/twig/ShortcodesTwigExtension.php index 47b05dac..fde79f88 100644 --- a/flextype/twig/ShortcodesTwigExtension.php +++ b/flextype/twig/ShortcodesTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/flextype/twig/SnippetsTwigExtension.php b/flextype/twig/SnippetsTwigExtension.php index aec2b298..065ede0f 100644 --- a/flextype/twig/SnippetsTwigExtension.php +++ b/flextype/twig/SnippetsTwigExtension.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. */ namespace Flextype; diff --git a/index.php b/index.php index 9a30cbb9..53104951 100755 --- a/index.php +++ b/index.php @@ -4,11 +4,9 @@ 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) + * Founded by Sergey Romanenko and maintained by Flextype Community. */ - + namespace Flextype; use const DIRECTORY_SEPARATOR; diff --git a/site/plugins/admin/app/Middleware/AuthMiddleware.php b/site/plugins/admin/app/Middleware/AuthMiddleware.php index 27c7ba1f..8c5bcdf4 100644 --- a/site/plugins/admin/app/Middleware/AuthMiddleware.php +++ b/site/plugins/admin/app/Middleware/AuthMiddleware.php @@ -4,7 +4,7 @@ declare(strict_types=1); /** * Flextype (http://flextype.org) - * Founded by Sergey Romanenko and maintained Flextype Community. + * Founded by Sergey Romanenko and maintained by Flextype Community. * * @license https://github.com/flextype/flextype/blob/dev/LICENSE.txt (MIT License) */