We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a86e2 commit 009f415Copy full SHA for 009f415
tests/DependencyInjection/ConfigurationTest.php
@@ -281,7 +281,7 @@ private function processConfiguration(array $values): array
281
/**
282
* @dataProvider maxRequestBodySizeValuesDataProvider
283
*/
284
- public function testMaxRequestBodySizeValues($maxRequestBodySize): void
+ public function testMaxRequestBodySizeValues(string $maxRequestBodySize): void
285
{
286
$options = new Options();
287
$options->setMaxRequestBodySize($maxRequestBodySize);
0 commit comments