readability fixes in chapters 7 and 9

This commit is contained in:
lubiana 2022-05-02 08:39:48 +02:00
parent 48dd6293c2
commit 6b059079f5
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
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);