Skip to content

Commit

Permalink
Merge pull request #123 from InfinetyEs/analysis-e7Yp4v
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Krato authored Feb 24, 2020
2 parents 2ed37a1 + 19306c6 commit 0c21c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Services/AbstractNamingStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ public function __construct(Filesystem $storage)
$this->storage = $storage;
}

abstract public function name(string $currentFolder, UploadedFile $file) : string;
abstract public function name(string $currentFolder, UploadedFile $file): string;
}

0 comments on commit 0c21c60

Please sign in to comment.