File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,6 @@ public function isReadOnlyByPhpDoc(): bool
99
99
return $ this ->isReadOnlyByPhpDoc ;
100
100
}
101
101
102
- public function isFinal (): TrinaryLogic
103
- {
104
- return TrinaryLogic::createFromBoolean ($ this ->isFinal );
105
- }
106
-
107
102
public function getReadableType (): Type
108
103
{
109
104
if ($ this ->type === null ) {
@@ -253,6 +248,11 @@ public function isFinalByKeyword(): TrinaryLogic
253
248
return TrinaryLogic::createFromBoolean ($ this ->reflection ->isFinal ());
254
249
}
255
250
251
+ public function isFinal (): TrinaryLogic
252
+ {
253
+ return TrinaryLogic::createFromBoolean ($ this ->isFinal );
254
+ }
255
+
256
256
public function isVirtual (): TrinaryLogic
257
257
{
258
258
return TrinaryLogic::createFromBoolean ($ this ->reflection ->isVirtual ());
You can’t perform that action at this time.
0 commit comments