Issues (1019)

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

1
<?php
2
0 ignored issues
show
Missing file doc comment
Loading history...
3
namespace Hhxsv5\LaravelS\Illuminate\Cleaners;
4
5
class ConfigCleaner extends BaseCleaner
0 ignored issues
show
Missing doc comment for class ConfigCleaner
Loading history...
6
{
7
    public function clean()
0 ignored issues
show
Missing doc comment for function clean()
Loading history...
8
    {
9
        $this->currentApp['config']->set($this->snapshotApp['config']->all());
10
    }
11
}