From d79e7ccb8b26d5ff77582f700fd83195b5e8184a Mon Sep 17 00:00:00 2001 From: Hugues Joyal Date: Mon, 19 Mar 2018 15:15:25 -0400 Subject: [PATCH] fix styling --- config/hashing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hashing.php b/config/hashing.php index 8005524a..581b2acc 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -45,8 +45,8 @@ | 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.