From 76cbfadcdfdcbf675b83f6162a229938aca3bbe1 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 24 Nov 2023 14:50:03 +0100 Subject: Fix types for extensions (#5901) * Fix types for extensions To accompany https://github.com/FreshRSS/Extensions/pull/185 * Avoid bug redeclared function --- phpcs.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'phpcs.xml') diff --git a/phpcs.xml b/phpcs.xml index 838302e52..bc9610e6c 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -11,6 +11,7 @@ ./lib/http-conditional.php ./node_modules/ ./data/config.php + ./data/update.php ./data/users/*/config.php ./extensions/ ./p/scripts/vendor/ -- cgit v1.2.3