Update 07-inversion-of-control.md

This commit is contained in:
Patrick Louys 2016-11-01 16:27:27 +01:00 committed by GitHub
parent 31bbb0fff7
commit d6a70e94c0

View file

@ -11,7 +11,7 @@ If this sounds a little complicated right now, don't worry. Just follow the tuto
Change your `Homepage` controller to the following: Change your `Homepage` controller to the following:
```php ```php
<?php <?php declare(strict_types = 1);
namespace Example\Controllers; namespace Example\Controllers;