mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
ce945e1326
commit
c56f05c030
@@ -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.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user