diff --git a/Application/Controller/Admin/TinyFileManager.php b/Application/Controller/Admin/TinyFileManager.php index 45dff0a..a8a61b8 100755 --- a/Application/Controller/Admin/TinyFileManager.php +++ b/Application/Controller/Admin/TinyFileManager.php @@ -19,6 +19,8 @@ * @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3) */ +declare(strict_types=1); + namespace O3\TinyMCE\Application\Controller\Admin; use OxidEsales\Eshop\Application\Controller\Admin\AdminController; diff --git a/Application/Core/Setup/Actions.php b/Application/Core/Setup/Actions.php index 8e33665..053097b 100644 --- a/Application/Core/Setup/Actions.php +++ b/Application/Core/Setup/Actions.php @@ -19,6 +19,8 @@ * @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3) */ +declare(strict_types=1); + namespace O3\TinyMCE\Application\Core\Setup; use OxidEsales\Eshop\Core\Registry; diff --git a/metadata.php b/metadata.php index 1373e9c..67fdd3c 100755 --- a/metadata.php +++ b/metadata.php @@ -19,15 +19,17 @@ * @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3) */ +declare(strict_types=1); + use O3\TinyMCE\Application\Core\Setup\Events; $sMetadataVersion = '2.1'; -$aModule = [ +$aModule = [ 'id' => 'o3-tinymce-editor', 'title' => 'TinyMCE Editor', - 'description' => 'TinyMCE 6 Integration for O3-Shop', + 'description' => 'TinyMCE 6 integration for O3-Shop', 'thumbnail' => 'logo.png', - 'version' => '1.0.0 ( 2023-04-06 )', + 'version' => '1.0.0', 'author' => 'O3-Shop, Marat Bedoev', 'url' => 'https://www.o3-shop.com/', 'extend' => [