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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sample-commands/wikipedia.php')
-rw-r--r--sample-commands/wikipedia.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/sample-commands/wikipedia.php b/sample-commands/wikipedia.php
index 398f9d1a5..58bdd6720 100644
--- a/sample-commands/wikipedia.php
+++ b/sample-commands/wikipedia.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com>
@@ -83,4 +84,4 @@ if ($maxArticles < $numArticles) {
$response .= '* and ' . ($numArticles - $maxArticles) ." more articles found\n";
}
-echo ($response);
+echo($response);