diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-11-23 11:40:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 11:40:02 +0100 |
commit | 3d814b0c36e736f8f9051d6ee6f0d20fc8811640 (patch) | |
tree | 843203cd1346158aab3515687e37a90e78c929e9 /lib/private/Repair/Owncloud/UpdateLanguageCodes.php | |
parent | 09879700aa5a1ff354ce1366638da56720b4aa08 (diff) | |
parent | aa5f037af71c915424c6dcfd5ad2dc82797dc0d6 (diff) | |
download | nextcloud-server-3d814b0c36e736f8f9051d6ee6f0d20fc8811640.tar.gz nextcloud-server-3d814b0c36e736f8f9051d6ee6f0d20fc8811640.zip |
Merge pull request #39271 from nextcloud/bump-coding-standards
Bump CS Fixer rules to follow latest Nextcloud standards
Diffstat (limited to 'lib/private/Repair/Owncloud/UpdateLanguageCodes.php')
-rw-r--r-- | lib/private/Repair/Owncloud/UpdateLanguageCodes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Repair/Owncloud/UpdateLanguageCodes.php b/lib/private/Repair/Owncloud/UpdateLanguageCodes.php index e08a0b55a9a..ae8e8bb0743 100644 --- a/lib/private/Repair/Owncloud/UpdateLanguageCodes.php +++ b/lib/private/Repair/Owncloud/UpdateLanguageCodes.php @@ -40,7 +40,7 @@ class UpdateLanguageCodes implements IRepairStep { * @param IConfig $config */ public function __construct(IDBConnection $connection, - IConfig $config) { + IConfig $config) { $this->connection = $connection; $this->config = $config; } |