@@ -67,9 +67,9 @@ implemented, extended or overridden.
67
67
The PHPDoc for every type of "Structural Element" MUST inherit the following
68
68
parts if that part is absent:
69
69
70
- * [ Summary] ( [PHPDOC_PSR]#51-summary )
71
- * [ Description] ( [PHPDOC_PSR]#52-description ) and
72
- * A specific subset of [ Tags] ( [PHPDOC_PSR]#53-tags ) :
70
+ * [ Summary] [ PHPDOC_PSR_SUMMARY ]
71
+ * [ Description] [ PHPDOC_PSR_DESCRIPTION ] and
72
+ * A specific subset of [ Tags] [ PHPDOC_PSR_TAGS ] :
73
73
* [ @author ] ( #52-author )
74
74
* [ @copyright ] ( #53-copyright )
75
75
* [ @version ] ( #519-version )
@@ -1104,9 +1104,12 @@ class Foo
1104
1104
```
1105
1105
1106
1106
1107
- [ RFC2119 ] : https://tools.ietf.org/html/rfc2119
1108
- [ RFC2396 ] : https://tools.ietf.org/html/rfc2396
1109
- [ SEMVER2 ] : http://www.semver.org
1110
- [ PHP_SUBSTR ] : https://php.net/manual/function.substr.php
1111
- [ SPDX ] : https://www.spdx.org/licenses
1112
- [ PHPDOC_PSR ] : https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md
1107
+ [ RFC2119 ] : https://tools.ietf.org/html/rfc2119
1108
+ [ RFC2396 ] : https://tools.ietf.org/html/rfc2396
1109
+ [ SEMVER2 ] : http://www.semver.org
1110
+ [ PHP_SUBSTR ] : https://php.net/manual/function.substr.php
1111
+ [ SPDX ] : https://www.spdx.org/licenses
1112
+ [ PHPDOC_PSR ] : https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md
1113
+ [ PHPDOC_PSR_SUMMARY ] : https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md#51-summary
1114
+ [ PHPDOC_PSR_DESCRIPTION ] : https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md#52-description
1115
+ [ PHPDOC_PSR_TAGS ] : https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md#53-tags
0 commit comments