We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6591e commit 4fc5521Copy full SHA for 4fc5521
1 file changed
rules-tests/Php85/Rector/StmtsAwareInterface/NestedToPipeOperatorRector/Fixture/nested_func.php.inc
@@ -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
9
10
11
12
+$result = strtoupper("Hello World") |> trim(...);
13
0 commit comments