mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Apply fixes from StyleCI (#1024)
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
parent
f2fe7d2e0c
commit
31d1cd87e7
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class Ajax
|
||||||
* @param string $mode
|
* @param string $mode
|
||||||
* @return mixed|string
|
* @return mixed|string
|
||||||
*/
|
*/
|
||||||
function debug_find_source(string $mode = 'all'): mixed
|
public function debug_find_source(string $mode = 'all'): mixed
|
||||||
{
|
{
|
||||||
if (empty($_COOKIE['explain'])) {
|
if (empty($_COOKIE['explain'])) {
|
||||||
return 'src disabled';
|
return 'src disabled';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue