readability fixes in chapters 7 and 9
This commit is contained in:
parent
48dd6293c2
commit
6b059079f5
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue