From 247215ffaa2966919115f283fb67a0096df8dc1c Mon Sep 17 00:00:00 2001 From: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Date: Tue, 21 Mar 2023 18:57:57 +0100 Subject: Typehint some Controllers (#5106) * Typehint to Controllers * Remarque's from Alkarex * Remarque's from Alkarex * Remarque's from Alkarex * Remarque's from Alkarex * Remarque's from Alkarex * Remarque's from Alkarex --------- Co-authored-by: Luc --- app/Controllers/statsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/statsController.php') diff --git a/app/Controllers/statsController.php b/app/Controllers/statsController.php index 16b09d702..d2548dd8d 100644 --- a/app/Controllers/statsController.php +++ b/app/Controllers/statsController.php @@ -7,7 +7,7 @@ class FreshRSS_stats_Controller extends FreshRSS_ActionController { /** * This action is called before every other action in that class. It is - * the common boiler plate for every action. It is triggered by the + * the common boilerplate for every action. It is triggered by the * underlying framework. */ public function firstAction(): void { -- cgit v1.2.3