1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-16 20:58:13 +01:00
minify/config-test.php
Elan Ruusamäe b31855f6b8 Apply php-cs-fixer fixers
- 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
2020-04-03 10:47:27 +03:00

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
*/