Require PHP 7.4+ (#5720)

* Require PHP 7.4+
https://github.com/FreshRSS/FreshRSS/discussions/5474

* Update Docker oldest
Alpine 3.13 with PHP 7.4.26

* Add missing packets to Docker oldest

* Update to typed properties
https://php.net/migration74.new-features#migration74.new-features.core.typed-properties

* More types
This commit is contained in:
Alexandre Alapetite
2023-10-30 20:47:27 +01:00
committed by GitHub
parent 4a02352ccc
commit 06d0099504
59 changed files with 364 additions and 624 deletions

View File

@@ -7,9 +7,8 @@ class FreshRSS_entry_Controller extends FreshRSS_ActionController {
/**
* JavaScript request or not.
* @var bool
*/
private $ajax = false;
private bool $ajax = false;
/**
* This action is called before every other action in that class. It is