Skip to content

Commit 8037ff6

Browse files
committed
fix code style
1 parent 229b0c1 commit 8037ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Core/DataTransformer/StringToFloatTransformerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function provideTransformations(): array
3030
/**
3131
* @dataProvider provideTransformations
3232
*/
33-
public function testTransform($from, $to): void
33+
public function testTransform($from, $to)
3434
{
3535
$transformer = new StringToFloatTransformer();
3636

0 commit comments

Comments
 (0)