Skip to content

Commit 03f4789

Browse files
committed
cs
1 parent 000389a commit 03f4789

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rules/CodeQuality/Rector/Class_/ControllerMethodInjectionToConstructorRector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,8 @@ public function refactor(Node $node): ?Node
154154
SymfonyClass::REQUEST,
155155
FosClass::PARAM_FETCHER,
156156
SymfonyClass::UUID,
157-
<<<<<<< HEAD
158157
\Throwable::class,
159158
\Exception::class,
160-
=======
161-
>>>>>>> 50e7b0b7 (fixup! Fix PushRequestToRequestStackConstructorRector when RequestStack is created without parentheses (#897))
162159
...$entityClasses,
163160
]
164161
)) {

0 commit comments

Comments
 (0)