We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9687a56 commit 835c60cCopy full SHA for 835c60c
README.md
@@ -55,9 +55,9 @@ Or if you are using PHP 7 you can use anonymous classes:
55
56
```php
57
$app = new class() extends \DI\Bridge\Slim\App {
58
- protected function configureContainer(ContainerBuilder $builder)
59
- {
60
- $builder->addDefinitions(__DIR__ . 'my-config-file.php');
61
- }
+ protected function configureContainer(ContainerBuilder $builder)
+ {
+ $builder->addDefinitions(__DIR__ . 'my-config-file.php');
+ }
62
};
63
```
0 commit comments