Applied fixes from StyleCI
Dieser Commit ist enthalten in:
committet von
Stéphane Goetz
Ursprung
6a83c1fe18
Commit
5b75fd0d10
@ -41,7 +41,8 @@ class Generator implements \Todaymade\Daux\Format\Base\Generator, LiveGenerator
|
||||
];
|
||||
}
|
||||
|
||||
protected function ensureEmptyDestination($destination) {
|
||||
protected function ensureEmptyDestination($destination)
|
||||
{
|
||||
if (is_dir($destination)) {
|
||||
GeneratorHelper::rmdir($destination);
|
||||
} else {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren