Skip to content

Commit 6c35601

Browse files
arshidkv12TomasVotruba
authored andcommitted
init
1 parent 1bbe927 commit 6c35601

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config/set/php85.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717
use Rector\Php85\Rector\FuncCall\OrdSingleByteRector;
1818
use Rector\Php85\Rector\FuncCall\RemoveFinfoBufferContextArgRector;
1919
<<<<<<< HEAD
20+
<<<<<<< HEAD
2021
use Rector\Php85\Rector\ShellExec\ShellExecFunctionCallOverBackticksRector;
2122
=======
2223
use Rector\Php85\Rector\StmtsAwareInterface\NestedToPipeOperatorRector;
2324
>>>>>>> 647c058cfc (pipe)
25+
=======
26+
>>>>>>> 07955913ad (init)
2427
use Rector\Php85\Rector\Switch_\ColonAfterSwitchCaseRector;
2528
use Rector\Removing\Rector\FuncCall\RemoveFuncCallArgRector;
2629
use Rector\Removing\Rector\FuncCall\RemoveFuncCallRector;
@@ -47,11 +50,14 @@
4750
SleepToSerializeRector::class,
4851
OrdSingleByteRector::class,
4952
WakeupToUnserializeRector::class,
53+
<<<<<<< HEAD
5054
<<<<<<< HEAD
5155
ShellExecFunctionCallOverBackticksRector::class,
5256
=======
5357
NestedToPipeOperatorRector::class,
5458
>>>>>>> 647c058cfc (pipe)
59+
=======
60+
>>>>>>> 07955913ad (init)
5561
]
5662
);
5763

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ parameters:
222222

223223
- '#Register "Rector\\Php80\\Rector\\NotIdentical\\MbStrContainsRector" service to "php80\.php" config set#'
224224

225+
- '#Register "Rector\\Php85\\Rector\\StmtsAwareInterface\\NestedToPipeOperatorRector" service to "php85\.php" config set#'
226+
225227
# closure detailed
226228
- '#Method Rector\\Config\\RectorConfig\:\:singleton\(\) has parameter \$concrete with no signature specified for Closure#'
227229

0 commit comments

Comments
 (0)