Skip to content

Commit e4cfa3f

Browse files
committed
style: fix assert_return docblock grouping
1 parent 77105dc commit e4cfa3f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/assert.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
use function assert;
1010

1111
/**
12-
* @template TValue
13-
*
1412
* @param TValue $value
1513
* @param callable(TValue):(bool|string) $assertionFn
14+
*
1615
* @return TValue
16+
*
17+
* @template TValue
1718
*/
1819
function assert_return(mixed $value, callable $assertionFn, Throwable|string|null $description = null): mixed
1920
{

0 commit comments

Comments
 (0)