Passed
Pull Request — master (#5)
by Iman
01:42
created
src/config/master_password.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
- return [
3
+    return [
4 4
     'MASTER_PASSWORD' => env('MASTER_PASSWORD', false),
5
- ];
5
+    ];
Please login to merge, or discard this patch.