From 142e55f94bf9ab97faeee79a0822a7a6109a9ba9 Mon Sep 17 00:00:00 2001 From: l0gicgate Date: Mon, 15 Apr 2019 12:21:18 -0600 Subject: [PATCH] Add changes from PR #344 --- docs/v3/concepts/di.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/concepts/di.md b/docs/v3/concepts/di.md index bfcdf2ad..75f2cd5a 100644 --- a/docs/v3/concepts/di.md +++ b/docs/v3/concepts/di.md @@ -108,7 +108,7 @@ settings * `routerCacheFile`. environment -: Instance of `\Slim\Interfaces\Http\EnvironmentInterface`. +: Instance of `\Slim\Interfaces\Http\Environment`. request : Instance of `\Psr\Http\Message\ServerRequestInterface`.