Skip to content

Commit 835c60c

Browse files
committed
Fix indentation
1 parent 9687a56 commit 835c60c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Or if you are using PHP 7 you can use anonymous classes:
5555

5656
```php
5757
$app = new class() extends \DI\Bridge\Slim\App {
58-
protected function configureContainer(ContainerBuilder $builder)
59-
{
60-
$builder->addDefinitions(__DIR__ . 'my-config-file.php');
61-
}
58+
protected function configureContainer(ContainerBuilder $builder)
59+
{
60+
$builder->addDefinitions(__DIR__ . 'my-config-file.php');
61+
}
6262
};
6363
```

0 commit comments

Comments
 (0)