Skip to content

Commit ab0cbb7

Browse files
committed
CI - PHP85
1 parent 67ff41e commit ab0cbb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules-tests/DowngradePhp85/Rector/StmtsAwareInterface/DowngradePipeOperatorRectorTest/Fixture/complex_pipe_chain.php.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ $processed = $data
1010
|> strtoupper(...)
1111
|> (fn($str) => str_replace('WORLD', 'PHP', $str))
1212
|> addslashes(...);
13-
1413
?>
1514
-----
1615
<?php
@@ -24,5 +23,4 @@ $result1 = trim($data);
2423
$result2 = strtoupper($result1);
2524
$result3 = (fn($str) => str_replace('WORLD', 'PHP', $str))($result2);
2625
$processed = addslashes($result3);
27-
2826
?>

0 commit comments

Comments
 (0)