StyleCI fixes

This commit is contained in:
Jonny Barnes 2016-09-06 16:44:15 +01:00
parent 577fae0540
commit 1af9dd35ab
6 changed files with 3 additions and 5 deletions

View file

@ -102,8 +102,6 @@ class ProcessWebMention extends Job implements ShouldQueue
$webmention->type = $type;
$webmention->mf2 = json_encode($microformats);
$webmention->save();
return;
}
/**