Skip to content

Commit 7daf288

Browse files
spazeondrejmirtes
authored andcommitted
exit function is not internal, change isInternal method to return 'No'
1 parent 53123fa commit 7daf288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)