Skip to content

Commit 009f415

Browse files
committed
lint
1 parent 92a86e2 commit 009f415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ private function processConfiguration(array $values): array
281281
/**
282282
* @dataProvider maxRequestBodySizeValuesDataProvider
283283
*/
284-
public function testMaxRequestBodySizeValues($maxRequestBodySize): void
284+
public function testMaxRequestBodySizeValues(string $maxRequestBodySize): void
285285
{
286286
$options = new Options();
287287
$options->setMaxRequestBodySize($maxRequestBodySize);

0 commit comments

Comments
 (0)