From 8779022ce660a7c56b1aa1a520174006be1b8e69 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 13 Mar 2018 22:45:26 +0300 Subject: [PATCH] Code cleanup and refactoring #5 --- rawilum/Cache.php | 2 +- rawilum/Config.php | 2 +- rawilum/Events.php | 2 +- rawilum/Filters.php | 2 +- rawilum/Rawilum.php | 2 +- rawilum/Shortcodes.php | 2 +- rawilum/Themes.php | 2 +- rawilum/boot/defines.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/rawilum/Cache.php b/rawilum/Cache.php index c7b6c11d..a29701b4 100755 --- a/rawilum/Cache.php +++ b/rawilum/Cache.php @@ -4,7 +4,7 @@ namespace Rawilum; /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/rawilum/Config.php b/rawilum/Config.php index f2fbeef6..9a258bb2 100755 --- a/rawilum/Config.php +++ b/rawilum/Config.php @@ -7,7 +7,7 @@ use Symfony\Component\Yaml\Yaml; /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/rawilum/Events.php b/rawilum/Events.php index 8344f109..0d52bfc2 100644 --- a/rawilum/Events.php +++ b/rawilum/Events.php @@ -6,7 +6,7 @@ use Arr; /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/rawilum/Filters.php b/rawilum/Filters.php index 7d18425f..98182214 100755 --- a/rawilum/Filters.php +++ b/rawilum/Filters.php @@ -4,7 +4,7 @@ namespace Rawilum; /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/rawilum/Rawilum.php b/rawilum/Rawilum.php index 9b7b6969..077bf1e8 100755 --- a/rawilum/Rawilum.php +++ b/rawilum/Rawilum.php @@ -11,7 +11,7 @@ use Url; * Rawilum * * @package Rawilum - * @author Romanenko Sergey / Awilum + * @author Romanenko Sergey / Awilum * @link http://rawilum.org * * For the full copyright and license information, please view the LICENSE diff --git a/rawilum/Shortcodes.php b/rawilum/Shortcodes.php index 23c760c0..2ec99414 100644 --- a/rawilum/Shortcodes.php +++ b/rawilum/Shortcodes.php @@ -4,7 +4,7 @@ namespace Rawilum; /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/rawilum/Themes.php b/rawilum/Themes.php index af54d2df..a4669190 100644 --- a/rawilum/Themes.php +++ b/rawilum/Themes.php @@ -4,7 +4,7 @@ namespace Rawilum; /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/rawilum/boot/defines.php b/rawilum/boot/defines.php index 3b2d740f..2a40d95a 100755 --- a/rawilum/boot/defines.php +++ b/rawilum/boot/defines.php @@ -3,7 +3,7 @@ /** * This file is part of the Rawilum. * - * (c) Romanenko Sergey / Awilum + * (c) Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.