Issues (1019)

src/Illuminate/Cleaners/CleanerInterface.php (3 issues)

1
<?php
2
0 ignored issues
show
Missing file doc comment
Loading history...
3
namespace Hhxsv5\LaravelS\Illuminate\Cleaners;
4
5
interface CleanerInterface
0 ignored issues
show
Missing doc comment for interface CleanerInterface
Loading history...
6
{
7
    public function clean();
0 ignored issues
show
Missing doc comment for function clean()
Loading history...
8
}