From 670824c118bf5e69ca3e1c47de09d8291d223189 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 19 Sep 2016 11:20:51 +0100 Subject: [PATCH] Add space for PSR-2 compliance --- app/Console/Commands/ParseCachedWebMentions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/ParseCachedWebMentions.php b/app/Console/Commands/ParseCachedWebMentions.php index c4541c44..d271dd15 100644 --- a/app/Console/Commands/ParseCachedWebMentions.php +++ b/app/Console/Commands/ParseCachedWebMentions.php @@ -40,7 +40,7 @@ class ParseCachedWebMentions extends Command public function handle(FileSystem $filesystem) { $HTMLfiles = $filesystem->allFiles(storage_path() . '/HTML'); - foreach($HTMLfiles as $file) { + foreach ($HTMLfiles as $file) { $filepath = $file->getPathname(); $html = $filesystem->get($filepath); $url = $this->URLFromFilename($filepath);