Skip to content

Commit 4fc5521

Browse files
committed
pipe
1 parent 2c6591e commit 4fc5521

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • rules-tests/Php85/Rector/StmtsAwareInterface/NestedToPipeOperatorRector/Fixture
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace Rector\Tests\Php85\Rector\StmtsAwareInterface\NestedToPipeOperatorRector\Fixture;
4+
5+
$result = trim(strtoupper("Hello World"));
6+
?>
7+
-----
8+
<?php
9+
10+
namespace Rector\Tests\Php85\Rector\StmtsAwareInterface\NestedToPipeOperatorRector\Fixture;
11+
12+
$result = strtoupper("Hello World") |> trim(...);
13+
?>

0 commit comments

Comments
 (0)