@@ -231,7 +231,6 @@ public function providePhpContentsToCompact(): Generator
231231 * @Acme(type = "function")
232232 */
233233function foo($x, $y): int {
234- // Compare the two values
235234 return $x <=> $y;
236235}
237236PHP
@@ -253,8 +252,7 @@ function foo($x, $y): int {
253252
254253*/
255254function foo($x, $y): int {
256-
257- return $x <=> $y;
255+ return $x <=> $y;
258256}
259257PHP
260258 ];
@@ -293,7 +291,6 @@ function foo($x, $y): int {
293291 * @Acme(type = "function")
294292 */
295293function foo($x, $y): int {
296- // Compare the two values
297294 return $x <=> $y;
298295}
299296PHP
@@ -316,7 +313,7 @@ function foo($x, $y): int {
316313*/
317314function foo($x, $y): int {
318315
319- return $x <=> $y;
316+ return $x <=> $y;
320317}
321318PHP
322319 ];
@@ -350,7 +347,6 @@ function foo($x, $y): int {
350347 * @Acme(type = "function")
351348 */
352349function foo($x, $y): int {
353- // Compare the two values
354350 return $x <=> $y;
355351}
356352PHP
@@ -372,8 +368,7 @@ function foo($x, $y): int {
372368
373369*/
374370function foo($x, $y): int {
375-
376- return $x <=> $y;
371+ return $x <=> $y;
377372}
378373PHP
379374 ];
@@ -400,7 +395,6 @@ function foo($x, $y): int {
400395 * @Acme(type = "function")
401396 */
402397function foo($x, $y): int {
403- // Compare the two values
404398 return $x <=> $y;
405399}
406400PHP
@@ -422,8 +416,7 @@ function foo($x, $y): int {
422416
423417*/
424418function foo($x, $y): int {
425-
426- return $x <=> $y;
419+ return $x <=> $y;
427420}
428421PHP
429422 ];
0 commit comments