mirror of
https://github.com/mrclay/minify.git
synced 2025-08-08 07:06:49 +02:00
Big style cleanup
This commit is contained in:
@@ -13,6 +13,7 @@ class Minify_DebugDetector
|
||||
if ($env->get('debug') !== null) {
|
||||
return true;
|
||||
}
|
||||
|
||||
$cookieValue = $env->cookie('minifyDebug');
|
||||
if ($cookieValue) {
|
||||
foreach (preg_split('/\\s+/', $cookieValue) as $debugUri) {
|
||||
|
Reference in New Issue
Block a user