File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1313
1414Biblioteca de PHP para obtener mensajes y definiciones de códigos de estado HTTP.
1515
16- > La versión 1.x se considera obsoleta y sin soporte.
17- > En esta versión (2.x) la biblioteca fue completamente reestructurada.
18- > Se recomienda revisar la documentación de esta versión y hacer los cambios necesarios
19- > antes de empezar a utilizarla, ya que no es compatible con la versión 1.x.
20-
2116---
2217
2318- [ Requisitos] ( #requisitos )
@@ -246,8 +241,7 @@ Ejecutar pruebas unitarias con [PHPUnit](https://phpunit.de/):
246241composer phpunit
247242```
248243
249- Ejecutar pruebas de estándares de código [ PSR2] ( http://www.php-fig.org/psr/psr-2/ ) con
250- [ PHPCS] ( https://github.com/squizlabs/PHP_CodeSniffer ) :
244+ Ejecutar pruebas de estándares de código con [ PHPCS] ( https://github.com/squizlabs/PHP_CodeSniffer ) :
251245
252246``` console
253247composer phpcs
Original file line number Diff line number Diff line change 1313
1414PHP library to get HTTP status code messages and definitions.
1515
16- > Version 1.x is considered as deprecated and unsupported.
17- > In this version (2.x) the library was completely restructured.
18- > It is recommended to review the documentation for this version and make the necessary changes
19- > before starting to use it, as it not be compatible with version 1.x.
20-
2116---
2217
2318- [ Requirements] ( #requirements )
@@ -246,8 +241,7 @@ Run unit tests with [PHPUnit](https://phpunit.de/):
246241composer phpunit
247242```
248243
249- Run [ PSR12] ( http://www.php-fig.org/psr/psr-12/ ) code standard tests with
250- [ PHPCS] ( https://github.com/squizlabs/PHP_CodeSniffer ) :
244+ Run code standard tests with [ PHPCS] ( https://github.com/squizlabs/PHP_CodeSniffer ) :
251245
252246``` console
253247composer phpcs
Original file line number Diff line number Diff line change 1212namespace Josantonius \HttpStatusCode \Exceptions ;
1313
1414/**
15- * Language exception manager.
15+ * Unsupported language exception manager.
1616 */
1717class UnsupportedLanguageException extends \Exception
1818{
You can’t perform that action at this time.
0 commit comments