diff options
Diffstat (limited to 'app/Controllers/entryController.php')
| -rw-r--r-- | app/Controllers/entryController.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index 95ac9ee39..820075f27 100644 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -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 |
