Add space for PSR-2 compliance

This commit is contained in:
Jonny Barnes 2016-09-19 11:20:51 +01:00
parent cea255a877
commit 670824c118

View file

@ -40,7 +40,7 @@ class ParseCachedWebMentions extends Command
public function handle(FileSystem $filesystem) public function handle(FileSystem $filesystem)
{ {
$HTMLfiles = $filesystem->allFiles(storage_path() . '/HTML'); $HTMLfiles = $filesystem->allFiles(storage_path() . '/HTML');
foreach($HTMLfiles as $file) { foreach ($HTMLfiles as $file) {
$filepath = $file->getPathname(); $filepath = $file->getPathname();
$html = $filesystem->get($filepath); $html = $filesystem->get($filepath);
$url = $this->URLFromFilename($filepath); $url = $this->URLFromFilename($filepath);