style-ci fix
This commit is contained in:
parent
4f8a093dcc
commit
010d713898
|
@ -31,7 +31,7 @@
|
|||
| Default: 10
|
||||
*/
|
||||
'bcrypt' => [
|
||||
'rounds' => 10
|
||||
'rounds' => 10,
|
||||
],
|
||||
|
||||
/*
|
||||
|
@ -54,6 +54,6 @@
|
|||
'argon' => [
|
||||
'time' => 2,
|
||||
'memory' => 1024,
|
||||
'threads' => 2
|
||||
]
|
||||
'threads' => 2,
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue