aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryemkareems <yemkareems@gmail.com>2024-07-08 17:04:28 +0530
committeryemkareems <yemkareems@gmail.com>2024-07-30 10:01:15 +0530
commit66fa88fad2cf41f55243a4ecf664d2cccd576c5b (patch)
treecd5b42ef1652d03cc9c8a3bf31eafc1f2491d61b
parentdeb1f22c23b15565d9d3c2e87dba08d789ad7fab (diff)
downloadnextcloud-server-66fa88fad2cf41f55243a4ecf664d2cccd576c5b.tar.gz
nextcloud-server-66fa88fad2cf41f55243a4ecf664d2cccd576c5b.zip
fix: cs fix ran
Signed-off-by: yemkareems <yemkareems@gmail.com>
-rw-r--r--apps/files/lib/Command/ListFiles.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/lib/Command/ListFiles.php b/apps/files/lib/Command/ListFiles.php
index b62e30f89a7..b0c7c50ddde 100644
--- a/apps/files/lib/Command/ListFiles.php
+++ b/apps/files/lib/Command/ListFiles.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors