aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Command/Export.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/Command/Export.php')
-rw-r--r--apps/files_external/lib/Command/Export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Command/Export.php b/apps/files_external/lib/Command/Export.php
index 622c4b46078..98cfb683060 100644
--- a/apps/files_external/lib/Command/Export.php
+++ b/apps/files_external/lib/Command/Export.php
@@ -29,7 +29,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Export extends ListCommand {
- protected function configure() {
+ protected function configure(): void {
$this
->setName('files_external:export')
->setDescription('Export mount configurations')