Completed
Pull Request — master (#202)
by Jaap
03:16
created
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.