Passed
Push — master ( b89a7a...92625a )
by Pierre
32:10
created
src/App/Model/Accounts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         if (!file_exists($filename)) {
102 102
             $crypt = new Crypt($this->config);
103 103
             $accounts = $this->config->getSettings(Config::_ACCOUNTS);
104
-            $accounts = array_map(function ($acc) use ($crypt) {
104
+            $accounts = array_map(function($acc) use ($crypt) {
105 105
                 $acc[self::_PASSWORD] = $crypt->encrypt(
106 106
                     $acc[self::_PASSWORD],
107 107
                     true
Please login to merge, or discard this patch.