File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
Backtrace
2
- ===
2
+ =========
Original file line number Diff line number Diff line change 1
1
Code sniffer
2
- ===
2
+ ============
3
3
4
4
+----------------------+---------------------------------------------------------------------------------+
5
5
| Source code | `github.com <https://github.com/php-pp/code-sniffer >`_ |
Original file line number Diff line number Diff line change 1
1
Collection
2
- ===
2
+ ==========
3
3
4
4
+----------------------+---------------------------------------------------------------------------------+
5
5
| Source code | `github.com <https://github.com/php-pp/code-sniffer >`_ |
Original file line number Diff line number Diff line change 1
1
Découpage en composants
2
- ===
2
+ =======================
3
3
4
4
PHP++ est un ensemble de composants.
5
5
@@ -9,7 +9,7 @@ c'est à vous de choisir d'installer ce dont vous avez besoin !
9
9
Chaque composant peut être séparé en plusieurs repositories en fonction des besoins.
10
10
11
11
Les composants
12
- ---
12
+ --------------
13
13
14
14
+-------------------------------------------------+----------------------------------------------------------+
15
15
| Component | Description |
@@ -18,7 +18,7 @@ Les composants
18
18
+-------------------------------------------------+----------------------------------------------------------+
19
19
20
20
Les composants pour le développement
21
- ---
21
+ ------------------------------------
22
22
23
23
.. note ::
24
24
@@ -34,7 +34,7 @@ Les composants pour le développement
34
34
35
35
36
36
Les composants pour la CI
37
- ---
37
+ -------------------------
38
38
39
39
.. note ::
40
40
Original file line number Diff line number Diff line change 1
1
Contracts
2
- ===
2
+ =========
3
3
4
4
Quand c'est possible, un composant n'est qu'une implémentation d'interfaces, qu'on appelle des contrats.
5
5
@@ -8,7 +8,7 @@ Ces interfaces se trouvent dans un repository qui a le même nom que le composan
8
8
Vous pouvez créer votre propre implémentation tant que vous respectez tous les contrats.
9
9
10
10
Composants avec des contrats
11
- ---
11
+ ----------------------------
12
12
13
13
+-------------------------------------------------+-------------------------------------------------------------+
14
14
| Composant | Contrat |
@@ -17,7 +17,7 @@ Composants avec des contrats
17
17
+-------------------------------------------------+-------------------------------------------------------------+
18
18
19
19
Example d'utilisation
20
- ---
20
+ ---------------------
21
21
22
22
Si vous utilisez le composant `collection <component/collection/index.html >`_,
23
23
vous pouvez typer un paramètre avec ``StringCollection ``.
Original file line number Diff line number Diff line change 1
1
Welcome to PHP++ documentation!
2
- ===
2
+ ===============================
3
3
4
4
`PHP++ <https://github.com/php-pp >`_ is a PHP library with this features:
5
5
* Install only what you need: PHP++ is a set of reusable components
@@ -15,12 +15,12 @@ Compatibles PHP versions: from ``7.4`` to the ``latest``.
15
15
This project is under active development.
16
16
17
17
Components
18
- ---
18
+ ----------
19
19
20
20
`See the list of components. <components.html >`_
21
21
22
22
Issues
23
- ---
23
+ ------
24
24
25
25
If you find an issue, go to `github.com/php-pp <https://github.com/php-pp >`_, select the component that has a problem
26
26
and create a ticket in the ``Issue `` tab.
You can’t perform that action at this time.
0 commit comments