File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Example:
18
18
:emphasize-lines: 4
19
19
20
20
<?php
21
- // You need a StringCollection to work with it,
21
+ // If you need a StringCollection to work with it,
22
22
// don't use StringCollection but StringCollectionInterface
23
23
function foo(StringCollectionInterface $strings): void
24
24
{
@@ -44,5 +44,5 @@ Development components
44
44
+-------------------------------------------+-----------------------------------+
45
45
| Component | Description |
46
46
+===========================================+===================================+
47
- | `code-sniffer < component/code-sniffer >`_ | Code sniffer for PHP++ code style |
47
+ | :ref: `code-sniffer ` | Code sniffer for PHP++ code style |
48
48
+-------------------------------------------+-----------------------------------+
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Compatibles PHP versions: from ``7.4`` to the ``latest``.
17
17
Components
18
18
----------
19
19
20
- `See the list of components. </ components >`_
20
+ `See the list of components. <components >`_
21
21
22
22
Issues
23
23
------
You can’t perform that action at this time.
0 commit comments