From b40f4261b6089596ed58783e25384881f60779e5 Mon Sep 17 00:00:00 2001 From: Nobuo Kihara Date: Sat, 21 Feb 2015 10:31:15 +0900 Subject: [PATCH] docs/guide/concept-service-locator.md - missing closing paren [ci skip] --- docs/guide/concept-service-locator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/concept-service-locator.md b/docs/guide/concept-service-locator.md index 4b69f302cc..d8d7f05f94 100644 --- a/docs/guide/concept-service-locator.md +++ b/docs/guide/concept-service-locator.md @@ -63,7 +63,7 @@ If you call [[yii\di\ServiceLocator::get()]] with an invalid ID, an exception wi Because service locators are often being created with [configurations](concept-configurations.md), a writable property named [[yii\di\ServiceLocator::setComponents()|components]] is provided. This allows you to configure and register multiple components at once. The following code shows a configuration array -that can be used to configure a service locator (e.g. an [application](structure-applications.md) with +that can be used to configure a service locator (e.g. an [application](structure-applications.md)) with the "db", "cache" and "search" components: ```php