1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace Hhxsv5\LaravelS\Illuminate\Cleaners; |
||
4 | |||
5 | interface CleanerInterface |
||
0 ignored issues
–
show
|
|||
6 | { |
||
7 | public function clean(); |
||
0 ignored issues
–
show
|
|||
8 | } |