From 31fa12cef1af2fcb87050161a0aa6428a31a9a02 Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Sun, 24 Sep 2023 22:46:52 +0200 Subject: [PATCH] Update documentation --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bf1fb57..b2e6d13 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,6 @@ function (array $record): array; If a header was defined or specified, the submitted record will have the header definition set, otherwise an array list is provided. - ### Default behaviour By default, when calling the `Parser::new()` named constructor you will: @@ -195,7 +194,6 @@ The library: - has a [PHPUnit](https://phpunit.de) test suite - has a coding style compliance test suite using [PHP CS Fixer](https://cs.sensiolabs.org/). - has a code analysis compliance test suite using [PHPStan](https://github.com/phpstan/phpstan). -- is compliant with [the language agnostic HTTP Structured Fields Test suite](https://github.com/httpwg/structured-field-tests). To run the tests, run the following command from the project folder.