File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments