Update Laravel Pint, fix files in codebase

This commit is contained in:
Jonny Barnes 2023-02-16 16:57:06 +00:00
parent 672e724784
commit 6d6e719f52
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
64 changed files with 10 additions and 411 deletions

View file

@ -20,7 +20,6 @@ class SyndicateNoteToMastodon implements ShouldQueue
/**
* Create a new job instance.
*
* @param Note $note
* @return void
*/
public function __construct(
@ -31,8 +30,6 @@ class SyndicateNoteToMastodon implements ShouldQueue
/**
* Execute the job.
*
* @param Client $guzzle
* @return void
*
* @throws GuzzleException
*/