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 /tests/lib/App/InfoParserTest.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 'tests/lib/App/InfoParserTest.php')
-rw-r--r-- | tests/lib/App/InfoParserTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/App/InfoParserTest.php b/tests/lib/App/InfoParserTest.php index bc561611501..c34d2775faf 100644 --- a/tests/lib/App/InfoParserTest.php +++ b/tests/lib/App/InfoParserTest.php @@ -10,8 +10,8 @@ namespace Test\App; use OC; use OC\App\InfoParser; -use Test\TestCase; use OCP\Cache\CappedMemoryCache; +use Test\TestCase; class InfoParserTest extends TestCase { /** @var OCP\Cache\CappedMemoryCache */ |