@@ -60,49 +60,22 @@ public function isPropertyTypeHintSupported(): bool
60
60
return $ this ->isVersionGreaterThanOrEqualTo74 ();
61
61
}
62
62
63
- // @TODO check if being used otherwise remove
64
- public function isNamedArgumentSupported (): bool
65
- {
66
- return $ this ->isVersionGreaterThanOrEqualTo80 ();
67
- }
68
-
69
- // @TODO check if being used otherwise remove
70
- public function isAttributesSupported (): bool
71
- {
72
- return $ this ->isVersionGreaterThanOrEqualTo80 ();
73
- }
74
63
75
- // @TODO check if being used otherwise remove
76
64
public function isConstructorPropertyPromotionSupported (): bool
77
65
{
78
66
return $ this ->isVersionGreaterThanOrEqualTo80 ();
79
67
}
80
68
81
- // @TODO check if being used otherwise remove
82
- public function isUnionTypesSupported (): bool
83
- {
84
- return $ this ->isVersionGreaterThanOrEqualTo80 ();
85
- }
86
-
87
- // @TODO check if being used otherwise remove
88
69
public function isMatchSupported (): bool
89
70
{
90
71
return $ this ->isVersionGreaterThanOrEqualTo80 ();
91
72
}
92
73
93
- // @TODO check if being used otherwise remove
94
74
public function isNullSafeSupported (): bool
95
75
{
96
76
return $ this ->isVersionGreaterThanOrEqualTo80 ();
97
77
}
98
78
99
- // @TODO check if being used otherwise remove
100
- public function isCatchWithoutVariableSupported (): bool
101
- {
102
- return $ this ->isVersionGreaterThanOrEqualTo80 ();
103
- }
104
-
105
- // @TODO check if being used otherwise remove
106
79
public function isMixedTypehintSupported (): bool
107
80
{
108
81
return $ this ->isVersionGreaterThanOrEqualTo80 ();
0 commit comments