Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/php-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Be also aware that it isn't possible to add definitions to a container on the fl

```php
$builder = new ContainerBuilder();
$builder->setDefinitionCache(new ApcCache());
$builder->enableCompilation(__DIR__ . '/var/cache');
$container = $builder->build();

// Works: you can set values
Expand Down