Skip to content

Commit 56be351

Browse files
authored
feat: mark absurd() as internal (#260)
1 parent 91a08f8 commit 56be351

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/functions.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
use RuntimeException;
88

9-
/** @phpstan-return never */
9+
/**
10+
* @internal
11+
*
12+
* @phpstan-return never
13+
*/
1014
function absurd(): never
1115
{
1216
throw new RuntimeException('Called `absurd` function which should never be called');

0 commit comments

Comments
 (0)