Skip to content

Commit 25e95c5

Browse files
committed
Merge remote-tracking branch 'origin/2.1.x' into 2.2.x
2 parents 6002ee4 + 7daf288 commit 25e95c5

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
@@ -101,7 +101,7 @@ public function getDeprecatedDescription(): ?string
101101

102102
public function isInternal(): TrinaryLogic
103103
{
104-
return TrinaryLogic::createYes();
104+
return TrinaryLogic::createNo();
105105
}
106106

107107
public function getThrowType(): ?Type

0 commit comments

Comments
 (0)