Test Setup Failed
Push — master ( 51702e...ca7167 )
by Fabian
01:04
created
src/Plugin/UseDevDashboard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
         $config = $this->_configRepository->getByUserId($userId);
32 32
         if($config->getData('use_devdashboard')) {
33 33
             return 'devdashboard/index/index';
34
-        }
35
-        else {
34
+        } else {
36 35
             return $callable();
37 36
         }
38 37
 
Please login to merge, or discard this patch.