Skip to content

Commit 3d168a1

Browse files
committed
tests: update test data
1 parent 9550239 commit 3d168a1

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

tests/phar/data/src/Foo.php

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,36 @@ class Foo
1717
* level 1
1818
* ------------
1919
*
20-
*Describe {@link https://doctum.long-term.support } is LTS
20+
* Describe {@link https://doctum.long-term.support } is LTS
2121
* Describe {@link Foo::expects_void_variadic } function
2222
* Describe {@link expects_void_variadic } function
2323
*
24+
* Describe {@link \Foo\Foo } class
25+
*
26+
* Describe {@link \Foo\Foo::expects_void_variadic } class and function
27+
*
2428
* Describe2 { @link https://doctum.long-term.support } is LTS
2529
* Describe2 { @link Foo::expects_void_variadic } function
2630
* Describe2 { @link expects_void_variadic } function
2731
*
28-
*
32+
*
33+
* You need to see: @see expects_void_variadic for more details
34+
* You need to see2: @see expects_void_variadic
35+
*
36+
* You need to see: @see https://doctum.long-term.support
37+
*
38+
* You need to see: @see Foo::expects_void_variadic for more details
39+
*
40+
* You need to see2: @see Foo::expects_void_variadic
41+
*
2942
* @see expects_void_variadic
3043
* @see https://doctum.long-term.support
3144
* @see Foo::expects_void_variadic
3245
*
33-
* You need to {@see expects_void_variadic}
34-
* You need to {@see https://doctum.long-term.support}
35-
* You need to {@see Foo::expects_void_variadic}
46+
* @see string
47+
* @see \PDO
48+
* @see \Foo\Foo
3649
*
37-
*
3850
* @return void
3951
*/
4052
function expects_void_variadic(Closure $fn): void {

0 commit comments

Comments
 (0)