diff -ru tests/Fixer/Operator/BinaryOperatorSpacesFixerTest.php tests/Fixer/Operator/BinaryOperatorSpacesFixerTest.php --- tests/Fixer/Operator/BinaryOperatorSpacesFixerTest.php 2021-05-03 22:07:17.095831789 +0000 +++ tests/Fixer/Operator/BinaryOperatorSpacesFixerTest.php 2021-05-03 22:07:18.246803531 +0000 @@ -30,7 +30,6 @@ /** * @param string $expected * @param null|string $input - * @param array $configuration * * @dataProvider provideWithTabsCases */ @@ -79,7 +78,6 @@ /** * @param string $expected * @param null|string $input - * @param array $configuration * * @dataProvider provideTestCases */ @@ -2037,7 +2035,6 @@ * * @param string $expected * @param null|string $input - * @param array $configuration * * @dataProvider providePHP71Cases */