Skip to content

Commit 5c64490

Browse files
committed
rebase
1 parent 6c35601 commit 5c64490

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

config/set/php85.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,8 @@
1616
use Rector\Php85\Rector\FuncCall\ChrArgModuloRector;
1717
use Rector\Php85\Rector\FuncCall\OrdSingleByteRector;
1818
use Rector\Php85\Rector\FuncCall\RemoveFinfoBufferContextArgRector;
19-
<<<<<<< HEAD
20-
<<<<<<< HEAD
2119
use Rector\Php85\Rector\ShellExec\ShellExecFunctionCallOverBackticksRector;
22-
=======
2320
use Rector\Php85\Rector\StmtsAwareInterface\NestedToPipeOperatorRector;
24-
>>>>>>> 647c058cfc (pipe)
25-
=======
26-
>>>>>>> 07955913ad (init)
2721
use Rector\Php85\Rector\Switch_\ColonAfterSwitchCaseRector;
2822
use Rector\Removing\Rector\FuncCall\RemoveFuncCallArgRector;
2923
use Rector\Removing\Rector\FuncCall\RemoveFuncCallRector;
@@ -50,14 +44,8 @@
5044
SleepToSerializeRector::class,
5145
OrdSingleByteRector::class,
5246
WakeupToUnserializeRector::class,
53-
<<<<<<< HEAD
54-
<<<<<<< HEAD
5547
ShellExecFunctionCallOverBackticksRector::class,
56-
=======
5748
NestedToPipeOperatorRector::class,
58-
>>>>>>> 647c058cfc (pipe)
59-
=======
60-
>>>>>>> 07955913ad (init)
6149
]
6250
);
6351

src/ValueObject/PhpVersionFeature.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
>>>>>>> 278836226b (pipe)
856855
}

0 commit comments

Comments
 (0)