Skip to content

Commit 209a507

Browse files
committed
Documentation
1 parent c6a9abc commit 209a507

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/components.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Example:
1818
:emphasize-lines: 4
1919
2020
<?php
21-
// You need a StringCollection to work with it,
21+
// If you need a StringCollection to work with it,
2222
// don't use StringCollection but StringCollectionInterface
2323
function foo(StringCollectionInterface $strings): void
2424
{
@@ -44,5 +44,5 @@ Development components
4444
+-------------------------------------------+-----------------------------------+
4545
| Component | Description |
4646
+===========================================+===================================+
47-
| `code-sniffer <component/code-sniffer>`_ | Code sniffer for PHP++ code style |
47+
| :ref:`code-sniffer` | Code sniffer for PHP++ code style |
4848
+-------------------------------------------+-----------------------------------+

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Compatibles PHP versions: from ``7.4`` to the ``latest``.
1717
Components
1818
----------
1919

20-
`See the list of components. </components>`_
20+
`See the list of components. <components>`_
2121

2222
Issues
2323
------

0 commit comments

Comments
 (0)