[Bug] BinaryOperatorSpacesFixer::ALIGN_SINGLE_SPACE apply fix every consecutive run

by @Slamdunk

Some issues have been detected in this pull request

Issues that can be fixed by applying a patch

Review the proposed patch then download it to apply it manually or execute the following command from the repository root directory:

curl https://fabbot.io/patch/FriendsOfPHP/PHP-CS-Fixer/4349/9a2feb951a7b2fb009fb612f5707c810a48583ac/cs.diff | patch -p0
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
      */

0
Common Typos

0
File Permissions

0
Merge Commits

0
Exception Messages Formatting

0
Usage of void in test files

0
Use ::class whenever possible