Completed
Push — master ( 587c67...1a0776 )
by Philip
04:46
created
src/CRUDlex/Silex/ControllerProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     {
68 68
         $controller = $app->offsetExists('crud.controller') ? $app['crud.controller'] : new Controller($app['crud'], $app['crud.filesystem'], $app['twig'], $app['session'], $app['translator']);
69 69
         if (!$controller instanceof ControllerInterface) {
70
-            throw new \InvalidArgumentException('crud.controller doesn\'t implement CRUDlex\ControllerInterface.' );
70
+            throw new \InvalidArgumentException('crud.controller doesn\'t implement CRUDlex\ControllerInterface.');
71 71
         }
72 72
         $localeAndCheckEntity = [$controller, 'setLocaleAndCheckEntity'];
73 73
         $factory              = $app['controllers_factory'];
Please login to merge, or discard this patch.