1
0
mirror of https://github.com/jupeter/clean-code-php.git synced 2025-09-25 21:49:04 +02:00

fix link issue

This commit is contained in:
Ilyes Chouia
2021-05-25 14:16:05 +01:00
committed by GitHub
parent b12e986703
commit c6808b9448

View File

@@ -1511,8 +1511,7 @@ $car->dump();
**[⬆ back to top](#table-of-contents)**
### Prefer
classes
### Prefer final classes
The `final` should be used whenever possible: