Skip to content

Commit

Permalink
docs improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed May 22, 2024
1 parent 0562fab commit e3c598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ $di->params['Example']['foo'] = $di->lazyGetCall('config', 'get', 'alpha');
Modifying the container with attributes requires building the container with the
[`ContainerConfigClassScanner`](config.md#scan-for-classes-and-annotations). When done so, the builder will scan the
passed directories for classes and annotations. Every attribute that implements the `AttributeConfigInterface` can modify the
container. See the [`ContainerConfigClassScanner` documentation](config.md#scan-for-classes-and-annotations)) how to
container. See the [`ContainerConfigClassScanner` documentation](config.md#scan-for-classes-and-annotations) how to
modify the container for external attributes.

In the following example we create our own a `#[Route]` attribute that implements the `AttributeConfigInterface` and
Expand Down

0 comments on commit e3c598f

Please sign in to comment.