Skip to content

Commit aa09f39

Browse files
committed
Add docs
1 parent f95d496 commit aa09f39

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

phpdoc.dist.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
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>

src/AggregateContainer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
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
*/
3234
class AggregateContainer implements ContainerInterface
3335
{

src/functions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
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
*/
4951
function container(
5052
ConfigInterface|PsrContainerInterface|ServiceProviderInterface|string ...$initializers,

0 commit comments

Comments
 (0)