mirror of
https://github.com/mrclay/minify.git
synced 2025-01-16 20:58:13 +01:00
b31855f6b8
- braces - function_declaration - lowercase_keywords - method_argument_space - no_spaces_inside_parenthesis - no_trailing_whitespace - no_trailing_whitespace_in_comment - single_blank_line_at_eof
10 lines
290 B
PHP
10 lines
290 B
PHP
<?php
|
|
/**
|
|
* Additional configuration applied when the variable "test" is added to the querystring.
|
|
*
|
|
* To test config options, place them in this file and add "&test" to your Minify URL.
|
|
* Note that if this is on a public server, anyone can execute your test.
|
|
*
|
|
* @package Minify
|
|
*/
|