Skip to content

Commit 091f59c

Browse files
jbrooksukStyleCIBot
authored andcommitted
Applied fixes from StyleCI
[ci skip]
1 parent 288fa61 commit 091f59c

File tree

1 file changed

+32
-23
lines changed

1 file changed

+32
-23
lines changed

config/css-inliner.php

+32-23
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,41 @@
11
<?php
22

3+
/*
4+
* This file is part of Cachet.
5+
*
6+
* (c) Alt Three Services Limited
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
return [
413

5-
/*
6-
|--------------------------------------------------------------------------
7-
| Strip styles
8-
|--------------------------------------------------------------------------
9-
|
10-
| Settings this to false prevents the inliner from removing the style
11-
| definitions that have been inlined.
12-
|
13-
| Notice that media query styles are not inlined, and hence never
14-
| stripped.
15-
|
16-
*/
14+
/*
15+
|--------------------------------------------------------------------------
16+
| Strip styles
17+
|--------------------------------------------------------------------------
18+
|
19+
| Settings this to false prevents the inliner from removing the style
20+
| definitions that have been inlined.
21+
|
22+
| Notice that media query styles are not inlined, and hence never
23+
| stripped.
24+
|
25+
*/
1726

18-
'strip-styles' => true,
27+
'strip-styles' => true,
1928

20-
/*
21-
|--------------------------------------------------------------------------
22-
| Remove classes
23-
|--------------------------------------------------------------------------
24-
|
25-
| Settings this to false disables the removal of class attributes from
26-
| your html elements (do not enable this if you use media queries)
27-
|
28-
*/
29+
/*
30+
|--------------------------------------------------------------------------
31+
| Remove classes
32+
|--------------------------------------------------------------------------
33+
|
34+
| Settings this to false disables the removal of class attributes from
35+
| your html elements (do not enable this if you use media queries)
36+
|
37+
*/
2938

30-
'strip-classes' => true,
39+
'strip-classes' => true,
3140

3241
];

0 commit comments

Comments
 (0)