From 31d1cd87e7d874fcdcfce9ea0894a576c60fda73 Mon Sep 17 00:00:00 2001 From: Yury Pikhtarev Date: Fri, 3 Nov 2023 14:34:43 +0400 Subject: [PATCH] Apply fixes from StyleCI (#1024) Co-authored-by: StyleCI Bot --- src/Ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ajax.php b/src/Ajax.php index d85be8730..3232bdbee 100644 --- a/src/Ajax.php +++ b/src/Ajax.php @@ -285,7 +285,7 @@ class Ajax * @param string $mode * @return mixed|string */ - function debug_find_source(string $mode = 'all'): mixed + public function debug_find_source(string $mode = 'all'): mixed { if (empty($_COOKIE['explain'])) { return 'src disabled';