Commit 2a27e5d3 authored by Taylor Otwell's avatar Taylor Otwell

Tweak comment in ioc class.

parent eab5e248
...@@ -67,7 +67,7 @@ class IoC { ...@@ -67,7 +67,7 @@ class IoC {
* Register an object as a singleton. * Register an object as a singleton.
* *
* Singletons will only be instantiated the first time they are resolved. * Singletons will only be instantiated the first time they are resolved.
* On subsequent requests for the object, the original instance will be returned. * The same instance will be returned on subsequent requests.
* *
* @param string $name * @param string $name
* @param Closure $resolver * @param Closure $resolver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment