Apply fixes from StyleCI (#1024)

Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Yury Pikhtarev 2023-11-03 14:34:43 +04:00 committed by GitHub
commit 31d1cd87e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';