From ceee9893e6c721182f07d31d8606e45309f1ebcc Mon Sep 17 00:00:00 2001 From: "michael.danielczok" <michael@pcsg.de> Date: Thu, 29 Jul 2021 14:53:28 +0200 Subject: [PATCH] refactor: code style. --- src/QUI/PresentationBricks/Controls/WallpaperText.php | 1 - src/QUI/PresentationBricks/Controls/WallpaperTextArrow.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/QUI/PresentationBricks/Controls/WallpaperText.php b/src/QUI/PresentationBricks/Controls/WallpaperText.php index 036844f..d46bd02 100644 --- a/src/QUI/PresentationBricks/Controls/WallpaperText.php +++ b/src/QUI/PresentationBricks/Controls/WallpaperText.php @@ -35,7 +35,6 @@ public function __construct($attributes = []) $this->addCSSFile( dirname(__FILE__).'/WallpaperText.css' ); - } /** diff --git a/src/QUI/PresentationBricks/Controls/WallpaperTextArrow.php b/src/QUI/PresentationBricks/Controls/WallpaperTextArrow.php index 6aee153..128a924 100644 --- a/src/QUI/PresentationBricks/Controls/WallpaperTextArrow.php +++ b/src/QUI/PresentationBricks/Controls/WallpaperTextArrow.php @@ -40,7 +40,6 @@ public function __construct($attributes = []) 'qui-class', 'package/quiqqer/presentation-bricks/bin/Controls/WallpaperTextArrow' ); - } /** -- GitLab