StyleCI fixes
This commit is contained in:
parent
577fae0540
commit
1af9dd35ab
6 changed files with 3 additions and 5 deletions
|
@ -102,8 +102,6 @@ class ProcessWebMention extends Job implements ShouldQueue
|
|||
$webmention->type = $type;
|
||||
$webmention->mf2 = json_encode($microformats);
|
||||
$webmention->save();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace App\Jobs;
|
||||
|
||||
use App\Jobs\Job;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use Illuminate\Queue\InteractsWithQueue;
|
||||
use GuzzleHttp\Exception\RequestException;
|
||||
|
|
|
@ -128,6 +128,7 @@ class SendWebMentions extends Job implements ShouldQueue
|
|||
if ($endpoint->getScheme() !== null) {
|
||||
return (string) $endpoint;
|
||||
}
|
||||
|
||||
return (string) \GuzzleHttp\Psr7\Uri::resolve(
|
||||
\GuzzleHttp\Psr7\uri_for($base),
|
||||
$endpoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue