Applied fixes from StyleCI

[ci skip]
This commit is contained in:
James Brooks
2016-05-31 14:27:10 -04:00
committed by StyleCI Bot
parent 288fa6180b
commit 091f59c241

View File

@@ -1,32 +1,41 @@
<?php <?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [ return [
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Strip styles | Strip styles
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Settings this to false prevents the inliner from removing the style | Settings this to false prevents the inliner from removing the style
| definitions that have been inlined. | definitions that have been inlined.
| |
| Notice that media query styles are not inlined, and hence never | Notice that media query styles are not inlined, and hence never
| stripped. | stripped.
| |
*/ */
'strip-styles' => true, 'strip-styles' => true,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Remove classes | Remove classes
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Settings this to false disables the removal of class attributes from | Settings this to false disables the removal of class attributes from
| your html elements (do not enable this if you use media queries) | your html elements (do not enable this if you use media queries)
| |
*/ */
'strip-classes' => true, 'strip-classes' => true,
]; ];