summaryrefslogtreecommitdiffstats
path: root/core/Command/Config/Import.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Config/Import.php')
-rw-r--r--core/Command/Config/Import.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Command/Config/Import.php b/core/Command/Config/Import.php
index 4a8db1c9656..b6aa6e3411d 100644
--- a/core/Command/Config/Import.php
+++ b/core/Command/Config/Import.php
@@ -113,8 +113,7 @@ class Import extends Command implements CompletionAwareInterface {
* @return string
*/
protected function getArrayFromFile($importFile) {
- $content = file_get_contents($importFile);
- return $content;
+ return file_get_contents($importFile);
}
/**