Skip to content

Commit 0f4f76e

Browse files
andrey-helldargithub-actions[bot]
authored andcommitted
🦋 The code style has been fixed
1 parent 10f2270 commit 0f4f76e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎app/Factories/ClientFactory.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected static function client(Builder $builder): Client
2929
return new Client($builder);
3030
}
3131

32-
protected static function builder($psr = new HttpFactory()): Builder
32+
protected static function builder($psr = new HttpFactory): Builder
3333
{
3434
return new Builder(static::httpClient(), $psr, $psr);
3535
}

‎app/Services/GitHub.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ protected function markAsRead(NotificationData $data): void
116116
{
117117
$this->github->notification()->markThreadRead($data->id);
118118

119-
++$this->marked;
119+
$this->marked++;
120120
}
121121

122122
protected function process(array $items): void

‎composer.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"allow-plugins": {
7171
"dragon-code/codestyler": true,
7272
"ergebnis/composer-normalize": true,
73+
"laravel/pint": true,
7374
"pestphp/pest-plugin": true,
7475
"php-http/discovery": true,
7576
"symfony/thanks": true

0 commit comments

Comments
 (0)