Update Laravel Pint
Also fixes some of the filesaftersome new rules were added to the default pint configuration.
This commit is contained in:
parent
1475ecdde5
commit
8e077045d2
12 changed files with 22 additions and 34 deletions
|
@ -24,8 +24,7 @@ class DownloadWebMention implements ShouldQueue
|
|||
*/
|
||||
public function __construct(
|
||||
protected string $source
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
|
@ -25,8 +25,7 @@ class ProcessBookmark implements ShouldQueue
|
|||
*/
|
||||
public function __construct(
|
||||
protected Bookmark $bookmark
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
|
@ -30,8 +30,7 @@ class ProcessLike implements ShouldQueue
|
|||
*/
|
||||
public function __construct(
|
||||
protected Like $like
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
|
@ -25,8 +25,7 @@ class ProcessMedia implements ShouldQueue
|
|||
*/
|
||||
public function __construct(
|
||||
protected string $filename
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
|
@ -30,8 +30,7 @@ class ProcessWebMention implements ShouldQueue
|
|||
public function __construct(
|
||||
protected Note $note,
|
||||
protected string $source
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
|
@ -25,8 +25,7 @@ class SaveProfileImage implements ShouldQueue
|
|||
*/
|
||||
public function __construct(
|
||||
protected array $microformats
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
|
@ -23,8 +23,7 @@ class SaveScreenshot implements ShouldQueue
|
|||
*/
|
||||
public function __construct(
|
||||
protected Bookmark $bookmark
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
|
@ -27,8 +27,7 @@ class SendWebMentions implements ShouldQueue
|
|||
*/
|
||||
public function __construct(
|
||||
protected Note $note
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
|
@ -22,8 +22,7 @@ class SyndicateNoteToBluesky implements ShouldQueue
|
|||
*/
|
||||
public function __construct(
|
||||
protected Note $note
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
|
@ -22,8 +22,7 @@ class SyndicateNoteToMastodon implements ShouldQueue
|
|||
*/
|
||||
public function __construct(
|
||||
protected Note $note
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue