File tree 3 files changed +0
-35
lines changed
3 files changed +0
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -126,12 +126,6 @@ final class SetList implements SetListInterface
126
126
*/
127
127
public const TYPE_DECLARATION = __DIR__ . '/../../../config/set/type-declaration.php ' ;
128
128
129
- /**
130
- * @deprecated Use only TYPE_DECLARATION instead
131
- * @var string
132
- */
133
- public const TYPE_DECLARATION_STRICT = __DIR__ . '/../../../config/set/type-declaration-strict.php ' ;
134
-
135
129
/**
136
130
* @var string
137
131
*/
Original file line number Diff line number Diff line change @@ -17,22 +17,4 @@ final class PreferenceSelfThis
17
17
* @var string
18
18
*/
19
19
public const PREFER_SELF = 'prefer_self ' ;
20
-
21
- /**
22
- * @api
23
- * @deprecated Use direct constant
24
- */
25
- public static function PREFER_THIS (): string
26
- {
27
- return self ::PREFER_THIS ;
28
- }
29
-
30
- /**
31
- * @api
32
- * @deprecated Use direct constant
33
- */
34
- public static function PREFER_SELF (): string
35
- {
36
- return self ::PREFER_SELF ;
37
- }
38
20
}
You can’t perform that action at this time.
0 commit comments