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
604604@param tags are omitted due to all useful info already being visible in the
605605code signature itself. The description is OPTIONAL yet RECOMMENDED.
606606
607- The @param tag MAY have a multi-line description and does not need explicit
608- delimiting.
609-
610607It is RECOMMENDED when documenting to use this tag with every function and
611608method.
612609
@@ -693,9 +690,6 @@ function or method. When provided, it MUST contain a "Type"
693690to indicate what is returned; the description on the other hand is OPTIONAL yet
694691RECOMMENDED in case of complicated return structures, such as associative arrays.
695692
696- The @return tag MAY have a multi-line description and does not need explicit
697- delimiting.
698-
699693It is RECOMMENDED to use this tag with every function and method.
700694If no ` @return ` type is given, and no return type declaration is provided in
701695the code signature, an interpreter MUST interpret this as if ` @return mixed `
@@ -928,7 +922,6 @@ function initializeXml()
928922}
929923```
930924
931- <<<<<<< HEAD
932925``` php
933926/**
934927 * @uses MyView.php
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ interpreted as described in [RFC 2119][RFC2119].
118118 }
119119 ```
120120
121- <<<<<<< HEAD
122121 It is NOT RECOMMENDED to use compound definitions for Constants or Properties, since the
123122 handling of DocBlocks in these situations can lead to unexpected results. If compound statement is
124123 used each element SHOULD have a preceding DocBlock.
You can’t perform that action at this time.
0 commit comments