Completed
Pull Request — master (#202)
by Jaap
03:16
created
test/unit/DetectChanges/BCBreak/ClassBased/ClassBecameInterfaceTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 
38 38
         self::assertSame(
39 39
             $expectedMessages,
40
-            array_map(static function (Change $change) : string {
40
+            array_map(static function(Change $change) : string {
41 41
                 return $change->__toString();
42 42
             }, iterator_to_array($changes))
43 43
         );
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
             ,
69 69
             $locator
70 70
         ));
71
-        $toReflector   = new ClassReflector(new StringSourceLocator(
71
+        $toReflector = new ClassReflector(new StringSourceLocator(
72 72
             <<<'PHP'
73 73
 <?php
74 74
 
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
             array_keys($classes),
103 103
             array_map(
104 104
                 /** @psalm-param list<string> $errors https://github.com/vimeo/psalm/issues/2772 */
105
-                static function (string $className, array $errors) use ($fromReflector, $toReflector) : array {
105
+                static function(string $className, array $errors) use ($fromReflector, $toReflector) : array {
106 106
                     return [
107 107
                         $fromReflector->reflect($className),
108 108
                         $toReflector->reflect($className),
Please login to merge, or discard this patch.
test/unit/DetectChanges/BCBreak/ClassBased/AncestorRemovedTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 
38 38
         self::assertSame(
39 39
             $expectedMessages,
40
-            array_map(static function (Change $change) : string {
40
+            array_map(static function(Change $change) : string {
41 41
                 return $change->__toString();
42 42
             }, iterator_to_array($changes))
43 43
         );
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
             ,
69 69
             $locator
70 70
         ));
71
-        $toReflector   = new ClassReflector(new StringSourceLocator(
71
+        $toReflector = new ClassReflector(new StringSourceLocator(
72 72
             <<<'PHP'
73 73
 <?php
74 74
 
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
             array_keys($classes),
103 103
             array_map(
104 104
                 /** @psalm-param list<string> $errors https://github.com/vimeo/psalm/issues/2772 */
105
-                static function (string $className, array $errors) use ($fromReflector, $toReflector) : array {
105
+                static function(string $className, array $errors) use ($fromReflector, $toReflector) : array {
106 106
                     return [
107 107
                         $fromReflector->reflect($className),
108 108
                         $toReflector->reflect($className),
Please login to merge, or discard this patch.
test/unit/DetectChanges/BCBreak/TraitBased/TraitBecameInterfaceTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 
38 38
         self::assertSame(
39 39
             $expectedMessages,
40
-            array_map(static function (Change $change) : string {
40
+            array_map(static function(Change $change) : string {
41 41
                 return $change->__toString();
42 42
             }, iterator_to_array($changes))
43 43
         );
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
             ,
69 69
             $locator
70 70
         ));
71
-        $toReflector   = new ClassReflector(new StringSourceLocator(
71
+        $toReflector = new ClassReflector(new StringSourceLocator(
72 72
             <<<'PHP'
73 73
 <?php
74 74
 
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
             array_keys($classes),
103 103
             array_map(
104 104
                 /** @psalm-param list<string> $errors https://github.com/vimeo/psalm/issues/2772 */
105
-                static function (string $className, array $errors) use ($fromReflector, $toReflector) : array {
105
+                static function(string $className, array $errors) use ($fromReflector, $toReflector) : array {
106 106
                     return [
107 107
                         $fromReflector->reflect($className),
108 108
                         $toReflector->reflect($className),
Please login to merge, or discard this patch.
test/unit/DetectChanges/BCBreak/TraitBased/TraitBecameClassTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 
38 38
         self::assertSame(
39 39
             $expectedMessages,
40
-            array_map(static function (Change $change) : string {
40
+            array_map(static function(Change $change) : string {
41 41
                 return $change->__toString();
42 42
             }, iterator_to_array($changes))
43 43
         );
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
             ,
69 69
             $locator
70 70
         ));
71
-        $toReflector   = new ClassReflector(new StringSourceLocator(
71
+        $toReflector = new ClassReflector(new StringSourceLocator(
72 72
             <<<'PHP'
73 73
 <?php
74 74
 
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
             array_keys($classes),
103 103
             array_map(
104 104
                 /** @psalm-param list<string> $errors https://github.com/vimeo/psalm/issues/2772 */
105
-                static function (string $className, array $errors) use ($fromReflector, $toReflector) : array {
105
+                static function(string $className, array $errors) use ($fromReflector, $toReflector) : array {
106 106
                     return [
107 107
                         $fromReflector->reflect($className),
108 108
                         $toReflector->reflect($className),
Please login to merge, or discard this patch.
test/unit/DetectChanges/BCBreak/MethodBased/MethodScopeChangedTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 
38 38
         self::assertSame(
39 39
             $expectedMessages,
40
-            array_map(static function (Change $change) : string {
40
+            array_map(static function(Change $change) : string {
41 41
                 return $change->__toString();
42 42
             }, iterator_to_array($changes))
43 43
         );
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
             array_keys($properties),
129 129
             array_map(
130 130
                 /** @psalm-param list<string> $errorMessages https://github.com/vimeo/psalm/issues/2772 */
131
-                static function (string $methodName, array $errorMessages) use ($fromClass, $toClass) : array {
131
+                static function(string $methodName, array $errorMessages) use ($fromClass, $toClass) : array {
132 132
                     return [
133 133
                         $fromClass->getMethod($methodName),
134 134
                         $toClass->getMethod($methodName),
Please login to merge, or discard this patch.
unit/DetectChanges/BCBreak/MethodBased/MethodConcretenessChangedTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 
38 38
         self::assertSame(
39 39
             $expectedMessages,
40
-            array_map(static function (Change $change) : string {
40
+            array_map(static function(Change $change) : string {
41 41
                 return $change->__toString();
42 42
             }, iterator_to_array($changes))
43 43
         );
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
             array_keys($properties),
129 129
             array_map(
130 130
                 /** @psalm-param list<string> $errorMessages https://github.com/vimeo/psalm/issues/2772 */
131
-                static function (string $methodName, array $errorMessages) use ($fromClass, $toClass) : array {
131
+                static function(string $methodName, array $errorMessages) use ($fromClass, $toClass) : array {
132 132
                     return [
133 133
                         $fromClass->getMethod($methodName),
134 134
                         $toClass->getMethod($methodName),
Please login to merge, or discard this patch.
test/unit/DetectChanges/BCBreak/ClassBased/PropertyChangedTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
         $comparator
62 62
             ->expects(self::exactly(2))
63 63
             ->method('__invoke')
64
-            ->willReturnCallback(static function (ReflectionProperty $from, ReflectionProperty $to) : Changes {
64
+            ->willReturnCallback(static function(ReflectionProperty $from, ReflectionProperty $to) : Changes {
65 65
                 $propertyName = $from->getName();
66 66
 
67 67
                 self::assertSame($propertyName, $to->getName());
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
         $comparator
94 94
             ->expects(self::exactly(2))
95 95
             ->method('__invoke')
96
-            ->willReturnCallback(static function (ReflectionProperty $from, ReflectionProperty $to) : Changes {
96
+            ->willReturnCallback(static function(ReflectionProperty $from, ReflectionProperty $to) : Changes {
97 97
                 $propertyName = $from->getName();
98 98
 
99 99
                 self::assertSame($propertyName, $to->getName());
Please login to merge, or discard this patch.