mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 08:34:19 +02:00
phpcs: enable psr2
This commit is contained in:
@@ -15,7 +15,8 @@ use Monolog\Logger;
|
||||
* @package Minify
|
||||
* @author Stephen Clay <steve@mrclay.org>
|
||||
*/
|
||||
abstract class Minify_Controller_Base implements Minify_ControllerInterface {
|
||||
abstract class Minify_Controller_Base implements Minify_ControllerInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @var Minify_Env
|
||||
|
Reference in New Issue
Block a user