Skip to content

Commit 00af1dd

Browse files
committed
Include some updates after clarification
1 parent 4ad0caf commit 00af1dd

22 files changed

+26
-26
lines changed

book/service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. index::
22
single: Service Container
3-
single: Dependency Injection; Container
3+
single: DependencyInjection; Container
44

55
Service Container
66
=================

components/class_loader/cache_class_loader.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: APC; ApcClassLoader
3-
single: Class Loader; ApcClassLoader
4-
single: Class Loader; Cache
5-
single: Class Loader; XcacheClassLoader
3+
single: ClassLoader; ApcClassLoader
4+
single: ClassLoader; Cache
5+
single: ClassLoader; XcacheClassLoader
66
single: XCache; XcacheClassLoader
77

88
Cache a Class Loader

components/class_loader/class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Class Loader; PSR-0 Class Loader
2+
single: ClassLoader; PSR-0 Class Loader
33

44
The PSR-0 Class Loader
55
======================

components/class_loader/debug_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Class Loader; DebugClassLoader
2+
single: ClassLoader; DebugClassLoader
33

44
Debugging a Class Loader
55
========================

components/class_loader/map_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Class Loader; MapClassLoader
2+
single: ClassLoader; MapClassLoader
33

44
MapClassLoader
55
==============

components/css_selector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: CSS Selector
2+
single: CssSelector
33
single: Components; CssSelector
44

55
The CssSelector Component

components/dependency_injection/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Advanced configuration
2+
single: DependencyInjection; Advanced configuration
33

44
Advanced Container Configuration
55
================================

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Compilation
2+
single: DependencyInjection; Compilation
33

44
Compiling the Container
55
=======================

components/dependency_injection/configurators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Service configurators
2+
single: DependencyInjection; Service configurators
33

44
Configuring Services with a Service Configurator
55
================================================

components/dependency_injection/definitions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Service definitions
2+
single: DependencyInjection; Service definitions
33

44
Working with Container Service Definitions
55
==========================================

0 commit comments

Comments
 (0)