Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-08-21 02:20:54 +0300
committerdartcafe <github@dartcafe.de>2022-08-21 02:20:54 +0300
commit43f71022b9d93d70ba93c2e1428c8c1fcce94bbe (patch)
treeebd3c77e6c360afcfa30a872bff72b9e41a2c7b8 /templates
parent162148de6f7ceba6f5160cb18010f3cc620239e5 (diff)
cs-fix
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php6
-rw-r--r--templates/polls.tmpl.php6
-rw-r--r--templates/settings.php6
3 files changed, 9 insertions, 9 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 00cc78b7..7adb0916 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
- declare(strict_types=1);
+ declare(strict_types=1);
- script('polls', 'polls-adminSettings');
-?>
+ script('polls', 'polls-adminSettings');
+ ?>
<div id="admin_settings" />
diff --git a/templates/polls.tmpl.php b/templates/polls.tmpl.php
index 4441747d..3153d142 100644
--- a/templates/polls.tmpl.php
+++ b/templates/polls.tmpl.php
@@ -22,7 +22,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
- declare(strict_types=1);
+declare(strict_types=1);
- script('polls', 'polls-main');
- \OC::$server->getEventDispatcher()->dispatch('\OCP\Collaboration\Resources::loadAdditionalScripts');
+script('polls', 'polls-main');
+\OC::$server->getEventDispatcher()->dispatch('\OCP\Collaboration\Resources::loadAdditionalScripts');
diff --git a/templates/settings.php b/templates/settings.php
index 0166ece5..1f0882a8 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
- declare(strict_types=1);
+ declare(strict_types=1);
- script('polls', 'polls-userSettings');
-?>
+ script('polls', 'polls-userSettings');
+ ?>
<div id="user_settings" />