Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 8bffd46

Browse files
author
fhein
committed
Added todos.
1 parent 6ae6970 commit 8bffd46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServiceManager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -923,13 +923,13 @@ private function doSetAlias($alias, $target)
923923

924924
/**
925925
* Instantiate abstract factories for to avoid checks during service construction.
926-
*
926+
*
927927
* @todo: To construct to avoid is not really an optimization, it's lazyness
928928
* AbstractFactories are shared services. Make sure that has() is guarded against
929929
* numerical parameters. Handle AbstractFactories as any other shared services.
930-
*
930+
*
931931
* @todo: Implement a has() and get() logic which unifies the several arrays
932-
* It is not necessary to isset(blah) several times on a request.
932+
* It is a desaster to isset(blah) several times on each request.
933933
*
934934
* @param string[]|Factory\AbstractFactoryInterface[] $abstractFactories
935935
*

0 commit comments

Comments
 (0)