Passed
Branch master (ef2bc9)
by Fabian
04:26
created
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.