File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
tests/Integration/Fixtures Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ class PhpDoc
1616 * and possibly other Phpdoc rules.
1717 *
1818 * @param int|float $second Second parameter does have a comment, unlike the first one.
19- * @param string|null $third Third parameter is optional and has a default value.
19+ * @param string|null $third Third parameter is optional and has a default value and multilne comment. Lorem
20+ * ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec purus nec nunc ultricies ultricies.
21+ * Nullam nec purus nec nunc ultricies ultricies. Nullam nec purus nec nunc ultricies ultricies.
2022 * @return mixed There is also information about return type.
2123 * @throws \Exception
2224 */
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ class PhpDoc
2323 * @param string $first
2424 * @throws \Exception
2525 * @param int|float $second Second parameter does have a comment, unlike the first one.
26- * @param string|null $third Third parameter is optional and has a default value.
26+ * @param string|null $third Third parameter is optional and has a default value and multilne comment. Lorem
27+ * ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec purus nec nunc ultricies ultricies.
28+ * Nullam nec purus nec nunc ultricies ultricies. Nullam nec purus nec nunc ultricies ultricies.
2729 * @return mixed There is also information about return type.
2830 */
2931 public function veryWellDocumented (string $ first , int |float $ second , ?string $ third = '3rd ' ): mixed
You can’t perform that action at this time.
0 commit comments