Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 605e9e0

Browse files
committed
applied coding standard
1 parent 9522481 commit 605e9e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/JsonRequestTransformerListenerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function setUp(): void
2828

2929
/**
3030
* @test
31+
*
3132
* @dataProvider jsonContentTypes
3233
*/
3334
public function it_transforms_requests_with_a_json_content_type($contentType)
@@ -68,6 +69,7 @@ public function it_returns_a_bad_request_response_if_json_is_invalid()
6869

6970
/**
7071
* @test
72+
*
7173
* @dataProvider notJsonContentTypes
7274
*/
7375
public function it_does_not_transform_other_content_types($contentType)
@@ -106,6 +108,7 @@ public function notJsonContentTypes()
106108

107109
/**
108110
* @test
111+
*
109112
* @dataProvider provideValidNonStructuredJson
110113
*/
111114
public function it_also_accepts_valid_json_if_its_not_structured_content($body): void

0 commit comments

Comments
 (0)