Skip to content

Commit eabdd33

Browse files
committed
Update ClassWriter.php
1 parent 94eb5a8 commit eabdd33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webfiori/framework/writers/ClassWriter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ public function append($strOrArr, $tabsCount = 0) {
131131
* indices of the array are parameters names and values are types of
132132
* parameters.
133133
*
134-
* @param string|null $returns An optional name of return type.
134+
* @param string|null $returns An optional name of return type. This can be
135+
* a string such as 'int|null|Object'.
135136
*
136137
* @return string The method will create method definition string and return
137138
* it.

0 commit comments

Comments
 (0)