1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-15 18:45:04 +02:00

phpcs: enable psr2

This commit is contained in:
Elan Ruusamäe
2016-10-16 16:46:43 +03:00
parent 0cc631c5a9
commit 5fb7ea1ed1
44 changed files with 175 additions and 109 deletions

View File

@@ -13,7 +13,8 @@
*
* @todo can use a stream wrapper to unit test this?
*/
class Minify_JS_ClosureCompiler {
class Minify_JS_ClosureCompiler
{
/**
* @var string The option key for the maximum POST byte size
@@ -228,4 +229,6 @@ class Minify_JS_ClosureCompiler {
}
}
class Minify_JS_ClosureCompiler_Exception extends Exception {}
class Minify_JS_ClosureCompiler_Exception extends Exception
{
}