Skip to content

Commit 352195b

Browse files
committed
remove deprecated stmt key, remove deprecated rule
1 parent 33d556e commit 352195b

File tree

2 files changed

+0
-73
lines changed

2 files changed

+0
-73
lines changed

rules/TypeDeclaration/Rector/Expression/InlineVarDocTagToAssertRector.php

Lines changed: 0 additions & 66 deletions
This file was deleted.

src/NodeTypeResolver/Node/AttributeKey.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,6 @@ final class AttributeKey
149149
*/
150150
public const IS_BYREF_RETURN = 'is_byref_return';
151151

152-
/**
153-
* @deprecated This value can change, as based on default input keys. Use existing array keys instead.
154-
*
155-
* @var string
156-
*/
157-
public const STMT_KEY = 'stmt_key';
158-
159152
/**
160153
* @var string
161154
*/

0 commit comments

Comments
 (0)