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