Skip to content

pre-release/v2.0.1 #2

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

Merged
merged 2 commits into from
Jul 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/lang/es-ES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@

Biblioteca de PHP para obtener mensajes y definiciones de códigos de estado HTTP.

> La versión 1.x se considera obsoleta y sin soporte.
> En esta versión (2.x) la biblioteca fue completamente reestructurada.
> Se recomienda revisar la documentación de esta versión y hacer los cambios necesarios
> antes de empezar a utilizarla, ya que no es compatible con la versión 1.x.

---

- [Requisitos](#requisitos)
Expand Down Expand Up @@ -246,8 +241,7 @@ Ejecutar pruebas unitarias con [PHPUnit](https://phpunit.de/):
composer phpunit
```

Ejecutar pruebas de estándares de código [PSR2](http://www.php-fig.org/psr/psr-2/) con
[PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):
Ejecutar pruebas de estándares de código con [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):

```console
composer phpcs
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@

PHP library to get HTTP status code messages and definitions.

> Version 1.x is considered as deprecated and unsupported.
> In this version (2.x) the library was completely restructured.
> It is recommended to review the documentation for this version and make the necessary changes
> before starting to use it, as it not be compatible with version 1.x.

---

- [Requirements](#requirements)
Expand Down Expand Up @@ -246,8 +241,7 @@ Run unit tests with [PHPUnit](https://phpunit.de/):
composer phpunit
```

Run [PSR12](http://www.php-fig.org/psr/psr-12/) code standard tests with
[PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):
Run code standard tests with [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):

```console
composer phpcs
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/UnsupportedLanguageException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Josantonius\HttpStatusCode\Exceptions;

/**
* Language exception manager.
* Unsupported language exception manager.
*/
class UnsupportedLanguageException extends \Exception
{
Expand Down