File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 77>
88 <title >phpDocumentor</title >
99 <paths >
10- <output >public/phpdoc </output >
10+ <output >docs/wiki </output >
1111 </paths >
12- <version number =" 3.0.0 " >
12+ <version number =" latest " >
1313 <api >
1414 <source dsn =" ." >
1515 <path >src</path >
1616 </source >
1717 </api >
1818 </version >
19+ <template name =" vendor/saggre/phpdocumentor-markdown/themes/markdown" />
1920</phpdocumentor >
Original file line number Diff line number Diff line change 2828 * NotFoundException when a requested service cannot be found in any delegated container.
2929 *
3030 * It caches resolved entries to prevent redundant calls to delegated containers.
31+ *
32+ * @package FastForward\Container
3133 */
3234class AggregateContainer implements ContainerInterface
3335{
Original file line number Diff line number Diff line change 4545 * @return ContainerInterface the composed and autowire-enabled container
4646 *
4747 * @throws InvalidArgumentException if an unsupported initializer type is encountered
48+ *
49+ * @package FastForward\Container
4850 */
4951function container (
5052 ConfigInterface |PsrContainerInterface |ServiceProviderInterface |string ...$ initializers ,
You can’t perform that action at this time.
0 commit comments