| @@ -68,7 +68,7 @@ | ||
| 68 | 68 | $modules = (new Provider($twig))->modules(); | 
| 69 | 69 | |
| 70 | 70 |          foreach ($modules as $module) { | 
| 71 | -            if (! $module instanceof Module\Injectable) { | |
| 71 | +            if (!$module instanceof Module\Injectable) { | |
| 72 | 72 | continue; | 
| 73 | 73 | } | 
| 74 | 74 | |