Skip to content

Commit 38563a4

Browse files
committed
Remove scrutinizer
1 parent 7f24b3e commit 38563a4

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Request ID middleware for PHP
22

33
[![Build Status](https://travis-ci.org/php-middleware/request-id.svg?branch=master)](https://travis-ci.org/php-middleware/request-id)
4-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-middleware/request-id/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/php-middleware/request-id/?branch=master)
5-
[![Code Coverage](https://scrutinizer-ci.com/g/php-middleware/request-id/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/php-middleware/request-id/?branch=master)
6-
[![Build Status](https://scrutinizer-ci.com/g/php-middleware/request-id/badges/build.png?b=master)](https://scrutinizer-ci.com/g/php-middleware/request-id/build-status/master)
74

85
PSR-7 Request ID middleware
96

@@ -23,7 +20,7 @@ must create a new `RequestIdProviderInterface` object. We provide `RequestIdProv
2320
```php
2421
$generator = new PhpMiddleware\RequestId\Generator\PhpUniqidGenerator();
2522
$requestIdProvider = new PhpMiddleware\RequestId\RequestIdProviderFactory($generator);
26-
$requestIdMiddleware = new PhpMiddleware\LogHttpMessages\RequestIdMiddleware($requestIdProvider);
23+
$requestIdMiddleware = new PhpMiddleware\RequestId\RequestIdMiddleware($requestIdProvider);
2724

2825
$app = new MiddlewareRunner();
2926
$app->add($requestIdMiddleware);

0 commit comments

Comments
 (0)