File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1616use Rector \Php85 \Rector \FuncCall \ChrArgModuloRector ;
1717use Rector \Php85 \Rector \FuncCall \OrdSingleByteRector ;
1818use Rector \Php85 \Rector \FuncCall \RemoveFinfoBufferContextArgRector ;
19- <<<<<<< HEAD
20- <<<<<<< HEAD
2119use Rector \Php85 \Rector \ShellExec \ShellExecFunctionCallOverBackticksRector ;
22- =======
2320use Rector \Php85 \Rector \StmtsAwareInterface \NestedToPipeOperatorRector ;
24- >>>>>>> 647 c058cfc (pipe)
25- =======
26- >>>>>>> 07 955913 ad (init)
2721use Rector \Php85 \Rector \Switch_ \ColonAfterSwitchCaseRector ;
2822use Rector \Removing \Rector \FuncCall \RemoveFuncCallArgRector ;
2923use Rector \Removing \Rector \FuncCall \RemoveFuncCallRector ;
5044 SleepToSerializeRector::class,
5145 OrdSingleByteRector::class,
5246 WakeupToUnserializeRector::class,
53- <<<<<<< HEAD
54- <<<<<<< HEAD
5547 ShellExecFunctionCallOverBackticksRector::class,
56- =======
5748 NestedToPipeOperatorRector::class,
58- >>>>>>> 647 c058cfc (pipe)
59- =======
60- >>>>>>> 07 955913 ad (init)
6149 ]
6250 );
6351
Original file line number Diff line number Diff line change @@ -836,7 +836,6 @@ final class PhpVersionFeature
836836 public const DEPRECATE_ORD_WITH_MULTIBYTE_STRING = PhpVersion::PHP_85 ;
837837
838838 /**
839- <<<<<<< HEAD
840839 * @see https://wiki.php.net/rfc/property-hooks
841840 * @var int
842841 */
@@ -847,10 +846,10 @@ final class PhpVersionFeature
847846 * @var int
848847 */
849848 public const DEPRECATE_BACKTICKS = PhpVersion::PHP_85 ;
850- =======
849+
850+ /**
851851 * @see https://wiki.php.net/rfc/pipe-operator-v3
852852 * @var int
853853 */
854854 public const PIPE_OPERATOER = PhpVersion::PHP_85 ;
855- >>>>>>> 278836226 b (pipe)
856855}
You can’t perform that action at this time.
0 commit comments