mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Add newlines and strict type declarations.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -17,4 +18,4 @@ return [
|
||||
|
||||
'driver' => 'bcrypt',
|
||||
|
||||
];
|
||||
];
|
||||
|
Reference in New Issue
Block a user