File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -690,10 +690,10 @@ function or method. When provided, it MUST contain a "Type"
690
690
to indicate what is returned; the description on the other hand is OPTIONAL yet
691
691
RECOMMENDED in case of complicated return structures, such as associative arrays.
692
692
693
- It is RECOMMENDED to use this tag with every function and method.
694
- If no ` @return ` type is given, and no return type declaration is provided in
695
- the code signature, an interpreter MUST interpret this as if ` @return mixed `
696
- is provided.
693
+ It is RECOMMENDED to use this tag with every function or method where PHP native
694
+ types are insufficient. If no ` @return ` type is given, and no return type
695
+ declaration is provided in the code signature, an interpreter MUST interpret
696
+ this as if ` @return mixed ` is provided.
697
697
698
698
This tag MUST NOT occur more than once in a "DocBlock" and is limited to the
699
699
"DocBlock" of a "Structural Element" of a method or function.
You can’t perform that action at this time.
0 commit comments