diff options
| author | 2023-02-03 14:35:59 +0100 | |
|---|---|---|
| committer | 2023-02-03 14:35:59 +0100 | |
| commit | 40aa8b9264f1918cb48a0e2f6fc00455181a004a (patch) | |
| tree | 9168cc99a75a6e2efc84bbc46c3e604bf7511a1c /lib/lib_install.php | |
| parent | 9b5de54a9c96110b42f71681aa635e2e2c3b8756 (diff) | |
Type hinting and doc (#5063)
* Type hinting and doc
* fix cs
* Remove declare strict
* Remove declare strict
* Pass PHPStan level 9
Revert too boolean syntax
* Minor wording
* Fix revert typo
---------
Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'lib/lib_install.php')
| -rw-r--r-- | lib/lib_install.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/lib_install.php b/lib/lib_install.php index 0204c90c9..931de21a2 100644 --- a/lib/lib_install.php +++ b/lib/lib_install.php @@ -1,7 +1,5 @@ <?php -define('BCRYPT_COST', 9); - Minz_Configuration::register('default_system', join_path(FRESHRSS_PATH, 'config.default.php')); Minz_Configuration::register('default_user', join_path(FRESHRSS_PATH, 'config-user.default.php')); |
