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/AppFramework/Http | |
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/AppFramework/Http')
-rw-r--r-- | tests/lib/AppFramework/Http/DispatcherTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Http/DispatcherTest.php b/tests/lib/AppFramework/Http/DispatcherTest.php index 7f81701a8b3..bb7541c4d22 100644 --- a/tests/lib/AppFramework/Http/DispatcherTest.php +++ b/tests/lib/AppFramework/Http/DispatcherTest.php @@ -35,10 +35,10 @@ use OCP\AppFramework\Http\Response; use OCP\Diagnostics\IEventLogger; use OCP\IConfig; use OCP\IRequest; +use OCP\IRequestId; use PHPUnit\Framework\MockObject\MockObject; use Psr\Container\ContainerInterface; use Psr\Log\LoggerInterface; -use OCP\IRequestId; class TestController extends Controller { /** |