Skip to content

Commit 92bdb7a

Browse files
authored
exit function is not internal, change isInternal method to return 'No'
1 parent 53123fa commit 92bdb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/Php/ExitFunctionReflection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function getDeprecatedDescription(): ?string
100100

101101
public function isInternal(): TrinaryLogic
102102
{
103-
return TrinaryLogic::createYes();
103+
return TrinaryLogic::createNo();
104104
}
105105

106106
public function getThrowType(): ?Type

0 commit comments

Comments
 (0)