File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -604,9 +604,6 @@ single parameter of a function or method. When provided it MUST contain a
604
604
@param tags are omitted due to all useful info already being visible in the
605
605
code signature itself. The description is OPTIONAL yet RECOMMENDED.
606
606
607
- The @param tag MAY have a multi-line description and does not need explicit
608
- delimiting.
609
-
610
607
It is RECOMMENDED when documenting to use this tag with every function and
611
608
method.
612
609
@@ -693,9 +690,6 @@ function or method. When provided, it MUST contain a "Type"
693
690
to indicate what is returned; the description on the other hand is OPTIONAL yet
694
691
RECOMMENDED in case of complicated return structures, such as associative arrays.
695
692
696
- The @return tag MAY have a multi-line description and does not need explicit
697
- delimiting.
698
-
699
693
It is RECOMMENDED to use this tag with every function and method.
700
694
If no ` @return ` type is given, and no return type declaration is provided in
701
695
the code signature, an interpreter MUST interpret this as if ` @return mixed `
@@ -928,7 +922,6 @@ function initializeXml()
928
922
}
929
923
```
930
924
931
- <<<<<<< HEAD
932
925
``` php
933
926
/**
934
927
* @uses MyView.php
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ interpreted as described in [RFC 2119][RFC2119].
118
118
}
119
119
```
120
120
121
- <<<<<<< HEAD
122
121
It is NOT RECOMMENDED to use compound definitions for Constants or Properties, since the
123
122
handling of DocBlocks in these situations can lead to unexpected results. If compound statement is
124
123
used each element SHOULD have a preceding DocBlock.
You can’t perform that action at this time.
0 commit comments