mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 21:34:35 -04:00
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:
committed by
GitHub
parent
4a02352ccc
commit
06d0099504
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user