Test Setup Failed
Push — master ( 7eff96...51702e )
by Fabian
01:02
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.
src/Plugin/SaveConfig.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     protected $_whitelist =[
10
-       'user_id',
11
-       'configuration',
12
-       'use_devdashboard'
10
+        'user_id',
11
+        'configuration',
12
+        'use_devdashboard'
13 13
     ];
14 14
 
15 15
     protected $_configRepository;
Please login to merge, or discard this patch.