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
9999 return $ this ->isReadOnlyByPhpDoc ;
100100 }
101101
102- public function isFinal (): TrinaryLogic
103- {
104- return TrinaryLogic::createFromBoolean ($ this ->isFinal );
105- }
106-
107102 public function getReadableType (): Type
108103 {
109104 if ($ this ->type === null ) {
@@ -253,6 +248,11 @@ public function isFinalByKeyword(): TrinaryLogic
253248 return TrinaryLogic::createFromBoolean ($ this ->reflection ->isFinal ());
254249 }
255250
251+ public function isFinal (): TrinaryLogic
252+ {
253+ return TrinaryLogic::createFromBoolean ($ this ->isFinal );
254+ }
255+
256256 public function isVirtual (): TrinaryLogic
257257 {
258258 return TrinaryLogic::createFromBoolean ($ this ->reflection ->isVirtual ());
You can’t perform that action at this time.
0 commit comments