Passed
Push — master ( 0da203...5e2a4f )
by Iman
02:13
created
src/config/master_password.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
- return [
4
-     /*
3
+    return [
4
+        /*
5 5
       * The actual master password in plain text or hash.
6 6
       */
7 7
     'MASTER_PASSWORD' => env('MASTER_PASSWORD', false),
8
-     /*
8
+        /*
9 9
       * The session key used to store the user's way of logging in.
10 10
       *
11 11
       */
12 12
     'session_key' => env('MASTER_PASSWORD_SESSION_KEY', 'isLoggedInByMasterPass'),
13
- ];
13
+    ];
Please login to merge, or discard this patch.