Skip to content

PSR-3 and PSR-4 translated and some little changes. #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions _docs/psr/PSR-0(Descontinuada).md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ order: 0
Padrão de Carregamento Automático (AutoLoading Standard)
====================

> **Obsoleto** - A partir de 21-10-2014, o PSR-0 foi marcado como obsoleto. [PSR-4] agora é recomendado
como uma alternativa.

> **Obsoleto** - A partir de 21-10-2014, o PSR-0 foi marcado como obsoleto. Agora o [PSR-4] é recomendado como uma alternativa.

[PSR-4]: http://www.php-fig.org/psr/psr-4/
[totalmente-qualificados]: https://www.php.net/manual/pt_BR/language.namespaces.rules.php
Expand Down
2 changes: 1 addition & 1 deletion _docs/psr/PSR-18-http-client.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: PSR-18 Client HTTP
title: PSR-18 Cliente HTTP
category: PSRs
order: 24
---
Expand Down
Loading