Skip to content

Commit 958daa5

Browse files
authored
Merge pull request #1278 from WinterSilence/patch-4
Fix links in phpdoc-tags.md
2 parents 6666a48 + 1011783 commit 958daa5

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

proposed/phpdoc-tags.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ implemented, extended or overridden.
6767
The PHPDoc for every type of "Structural Element" MUST inherit the following
6868
parts if that part is absent:
6969

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]:
7373
* [@author](#52-author)
7474
* [@copyright](#53-copyright)
7575
* [@version](#519-version)
@@ -1104,9 +1104,12 @@ class Foo
11041104
```
11051105

11061106

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

Comments
 (0)