Skip to content

Commit 29a932c

Browse files
committed
deprecate STMT_KEY and use array keys instead
1 parent f1ec262 commit 29a932c

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

rules/Php85/Rector/FuncCall/RemoveFinfoBufferContextArgRector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ public function getNodeTypes(): array
5656
*/
5757
public function refactor(Node $node): ?Node
5858
{
59-
<<<<<<< HEAD
60-
=======
6159
// Cannot handle variadic args
62-
>>>>>>> afb1a4523d (use explicit array node re-index as best practice to always keep node keys as list)
6360
if ($node->isFirstClassCallable()) {
6461
return null;
6562
}

src/DependencyInjection/LazyContainerFactory.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,6 @@ final class LazyContainerFactory
242242
GlobalVariableNodeVisitor::class,
243243
NameNodeVisitor::class,
244244
StaticVariableNodeVisitor::class,
245-
<<<<<<< HEAD
246-
=======
247-
// StmtKeyNodeVisitor::class,
248-
>>>>>>> afb1a4523d (use explicit array node re-index as best practice to always keep node keys as list)
249245
];
250246

251247
/**

src/NodeTypeResolver/Node/AttributeKey.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ final class AttributeKey
163163

164164
/**
165165
* @deprecated This value can change, as based on default input keys. Use existing array keys instead.
166-
*
167166
* @var string
168167
*/
169168
public const STMT_KEY = 'stmt_key';

0 commit comments

Comments
 (0)