diff options
author | Joas Schilling <coding@schilljs.com> | 2025-02-21 12:12:29 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-02-21 13:48:48 +0100 |
commit | 03b3773c918093de34de5047973c24b053d81d89 (patch) | |
tree | 9ba177dd9b5968546ec4561bf9b549ac7dcc6543 /build/translation-checker.php | |
parent | 356db0f6ec44987dfff9846adf3925bbd18bc91e (diff) | |
download | nextcloud-server-backport/50949/stable30.tar.gz nextcloud-server-backport/50949/stable30.zip |
ci(autochecks): Run some autochecks also on non-PHP filesbackport/50949/stable30
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/translation-checker.php')
-rw-r--r-- | build/translation-checker.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/translation-checker.php b/build/translation-checker.php index 6676a49caa8..3f687dc1fde 100644 --- a/build/translation-checker.php +++ b/build/translation-checker.php @@ -1,4 +1,6 @@ <?php + +declare(strict_types=1); /** * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later |