mirror of
https://github.com/mrclay/minify.git
synced 2025-08-13 17:44:00 +02:00
phpcs: enable psr2
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
* @package Minify
|
||||
* @author Stephen Clay <steve@mrclay.org>
|
||||
*/
|
||||
class Minify_DebugDetector {
|
||||
class Minify_DebugDetector
|
||||
{
|
||||
public static function shouldDebugRequest(Minify_Env $env)
|
||||
{
|
||||
if ($env->get('debug') !== null) {
|
||||
|
Reference in New Issue
Block a user