Skip to content

Commit 7282cc7

Browse files
committed
doc fix for class name typehint
class_name was a bug, but I missed the doc update when fixing this previously
1 parent 6540b92 commit 7282cc7

File tree

1 file changed

+1
-1
lines changed
  • phper-doc/doc/_06_module/_02_register_functions

1 file changed

+1
-1
lines changed

phper-doc/doc/_06_module/_02_register_functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The output of `php --re` for this function would look like:
115115
Function [ <internal:integration> function my_function ] {
116116
117117
- Parameters [3] {
118-
Parameter #0 [ <required> ?class_name $a_class ]
118+
Parameter #0 [ <required> ?\MyNamespace\MyInterface $a_class ]
119119
Parameter #1 [ <optional> string $name = 'my_default' ]
120120
Parameter #2 [ <optional> bool $optional_bool = <default> ]
121121
}

0 commit comments

Comments
 (0)