summaryrefslogtreecommitdiffstats
path: root/src/Plugin/Plugin.php
blob: 7f66dd9c3b9a1617226c69350caae35a01f13767 (plain)
1
2
3
4
5
6
7
8
9
10
<?php


namespace PHPExcelFixer\StyleFixer\Plugin;


interface Plugin
{
    public function execute(\ZipArchive $output, \ZipArchive $template);
}