Update 07-inversion-of-control.md

This commit is contained in:
Patrick Louys 2016-11-01 16:27:27 +01:00 committed by lubiana
parent 1e5345d2ab
commit ffaf1c9a50
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

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:
```php
<?php
<?php declare(strict_types = 1);
namespace Example\Controllers;