nystudio107 /
craft-minify
| 1 | <?php |
||
| 2 | /** |
||
| 3 | * Minify plugin for Craft CMS |
||
| 4 | * |
||
| 5 | * @link https://nystudio107.com/ |
||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 6 | * @copyright Copyright (c) nystudio107 |
||
|
0 ignored issues
–
show
|
|||
| 7 | * @license MIT License https://opensource.org/licenses/MIT |
||
| 8 | */ |
||
|
0 ignored issues
–
show
|
|||
| 9 | |||
| 10 | /** |
||
|
0 ignored issues
–
show
|
|||
| 11 | * @author nystudio107 |
||
|
0 ignored issues
–
show
|
|||
| 12 | * @package Minify |
||
|
0 ignored issues
–
show
|
|||
| 13 | * @since 1.2.0 |
||
|
0 ignored issues
–
show
|
|||
| 14 | */ |
||
| 15 | return [ |
||
| 16 | 'Minify plugin loaded' => 'Minify plugin loaded', |
||
| 17 | ]; |
||
| 18 |