Skip to content

Commit 75800ad

Browse files
committed
fixed Qodana notices
Signed-off-by: bota <Bota@dotkernel.com>
1 parent f7e2fb8 commit 75800ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/Unit/App/Middleware/ContentNegotiationMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ContentNegotiationMiddlewareTest extends TestCase
2323
private RequestHandlerInterface $handler;
2424
private RouteResult $routeResult;
2525

26-
private const CONFIG
26+
private const array CONFIG
2727
= [
2828
'test.route' => [
2929
'Accept' => [

test/Unit/App/Middleware/DeprecationMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class DeprecationMiddlewareTest extends TestCase
3333
private RequestHandlerInterface&Stub $handler;
3434
private ResponseInterface $response;
3535

36-
private const VERSIONING_CONFIG = [
36+
private const array VERSIONING_CONFIG = [
3737
'documentation_url' => 'www.example.com',
3838
];
3939

0 commit comments

Comments
 (0)