aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
authorGravatar Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> 2023-10-30 20:40:13 +0100
committerGravatar GitHub <noreply@github.com> 2023-10-30 20:40:13 +0100
commit4a02352ccc1b313ce967415c6ac10a32aba1893a (patch)
tree36bec23832a05acb930a5386d7eefb3535323a38 /app/shares.php
parentd50bb386e7bc9ee9595338119edc4951d10c526a (diff)
applies several small optimizations (#5511)
declare(strict_types=1); Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php
index ba2a49e3f..b3733e1f3 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
/*
* This is a configuration file. You shouldn’t modify it unless you know what
* you are doing. If you want to add a share type, this is where you need to do