Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2020-11-01 16:44:06 +00:00
committed by StyleCI Bot
parent ce945e1326
commit c56f05c030
7 changed files with 14 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ class ShareFilesCommand extends Command
public function handle()
{
if ( !is_dir($this->argument('folder'))) {
if (! is_dir($this->argument('folder'))) {
throw new \InvalidArgumentException('The folder '.$this->argument('folder').' does not exist.');
}