Apply fixes from StyleCI (#13208)

This commit is contained in:
Jellyfrog
2021-09-08 23:35:56 +02:00
committed by GitHub
parent c6d2385c3a
commit 26b95c0ccc
370 changed files with 1667 additions and 1667 deletions

View File

@@ -38,9 +38,9 @@ class Debug
/**
* Enable/disable debug output
*
* @param bool $debug whether to enable or disable debug output
* @param bool $silence Silence error output or output all errors except notices
* @return bool returns $debug
* @param bool $debug whether to enable or disable debug output
* @param bool $silence Silence error output or output all errors except notices
* @return bool returns $debug
*/
public static function set($debug = true, bool $silence = false): bool
{