Browse Source

fix styling

Hugues Joyal 6 years ago
parent
commit
d79e7ccb8b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/hashing.php

+ 2 - 2
config/hashing.php

@@ -45,8 +45,8 @@ return [
     | time:     Maximum amount of time it may take to compute the Argon2 hash.
     |           (default: 2)
     |
-    | memory:   Maximum memory (in bytes) that may be used to compute the Argon2
-    |           hash.
+    | memory:   Maximum memory (in bytes) that may be used to compute the
+    |           Argon2 hash.
     |           (default : 1024)
     |
     | threads:  Number of threads to use for computing the Argon2 hash.