readability fixes in chapters 7 and 9

This commit is contained in:
lubiana 2022-05-02 08:39:48 +02:00 committed by Andre Lubian
parent 44c5e06996
commit 8f7d95d86f
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ for a [suitable solution on packagist](https://packagist.org/providers/psr/conta
I choose the [PHP-DI](https://packagist.org/packages/php-di/php-di) container, as it is easy to configure and provides some very [powerfull features](https://php-di.org/#autowiring)
out of the box.
After installing the container through composer create a new file with the name 'dependencies.php' in your config folder:
After installing the container through composer create a new file with the name `dependencies.php` in your config folder:
```php
<?php declare(strict_types = 1);