File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ use the ``-contract`` dependency and work with interfaces.
15
15
Example:
16
16
17
17
.. code-block :: php
18
- :emphasize-lines: 3
18
+ :emphasize-lines: 4
19
19
20
+ <?php
20
21
// You need a StringCollection to work with it,
21
22
// don't use StringCollection but StringCollectionInterface
22
23
function foo(StringCollectionInterface $strings): void
@@ -42,6 +43,6 @@ Development components
42
43
43
44
+-------------------------------------------+-----------------------------------+
44
45
| Component | Description |
45
- +============================================ ===================================+
46
- | `code-sniffer </ component/code-sniffer >`_ | Code sniffer for PHP++ code style |
47
- +-------------------------------------------- -----------------------------------+
46
+ +===========================================+ ===================================+
47
+ | `code-sniffer <component/code-sniffer >`_ | Code sniffer for PHP++ code style |
48
+ +-------------------------------------------+ -----------------------------------+
You can’t perform that action at this time.
0 commit comments