@@ -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
@@ -315,8 +312,7 @@ function foo($x, $y): int {
315312
316313*/
317314function foo($x, $y): int {
318-
319- return $x <=> $y;
315+ return $x <=> $y;
320316}
321317PHP
322318 ];
@@ -350,7 +346,6 @@ function foo($x, $y): int {
350346 * @Acme(type = "function")
351347 */
352348function foo($x, $y): int {
353- // Compare the two values
354349 return $x <=> $y;
355350}
356351PHP
@@ -372,8 +367,7 @@ function foo($x, $y): int {
372367
373368*/
374369function foo($x, $y): int {
375-
376- return $x <=> $y;
370+ return $x <=> $y;
377371}
378372PHP
379373 ];
@@ -400,7 +394,6 @@ function foo($x, $y): int {
400394 * @Acme(type = "function")
401395 */
402396function foo($x, $y): int {
403- // Compare the two values
404397 return $x <=> $y;
405398}
406399PHP
@@ -422,8 +415,7 @@ function foo($x, $y): int {
422415
423416*/
424417function foo($x, $y): int {
425-
426- return $x <=> $y;
418+ return $x <=> $y;
427419}
428420PHP
429421 ];
0 commit comments