Skip to content

Commit ace413d

Browse files
committed
Fix CS
1 parent 3cecf04 commit ace413d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Swagger/Serializer/DocumentationNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ private function getPaginationParameters(): array
643643
}
644644

645645
/**
646-
* Returns enable pagination parameter for the "get" collection operation
646+
* Returns enable pagination parameter for the "get" collection operation.
647647
*/
648648
private function getPaginationClientEnabledParameters(): array
649649
{

tests/Swagger/Serializer/DocumentationNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,7 @@ public function testNormalizeWithPaginationClientEnabled()
20372037
'required' => false,
20382038
'type' => 'boolean',
20392039
'description' => 'Enable or disable pagination',
2040-
]
2040+
],
20412041
],
20422042
'responses' => [
20432043
200 => [

0 commit comments

Comments
 (0)