Skip to content

Commit d32a17d

Browse files
committed
fix code style warnings
1 parent b0bca41 commit d32a17d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Unit/Indices/MappingPropertiesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public function parametersProvider(): array
152152
* @param Closure|array $parameters
153153
*
154154
* @dataProvider parametersProvider
155+
*
155156
* @testdox Test $type property setter
156157
*/
157158
public function test_property_setter(string $type, string $name, $parameters, array $expected): void

tests/Unit/Indices/SettingsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function optionsProvider(): array
6464

6565
/**
6666
* @dataProvider optionsProvider
67+
*
6768
* @testdox Test $option option setter
6869
*/
6970
public function test_option_setter(string $option, array $configuration, array $expected): void

0 commit comments

Comments
 (0)