aboutsummaryrefslogtreecommitdiff
path: root/cli/_cli.php
diff options
context:
space:
mode:
Diffstat (limited to 'cli/_cli.php')
-rw-r--r--cli/_cli.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/_cli.php b/cli/_cli.php
index 9c62f3b4c..eb2152082 100644
--- a/cli/_cli.php
+++ b/cli/_cli.php
@@ -1,4 +1,6 @@
<?php
+declare(strict_types=1);
+
if (php_sapi_name() !== 'cli') {
die('FreshRSS error: This PHP script may only be invoked from command line!');
}