File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## [ v1.1.x (Unreleased)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.1 ...main )
3+ ## [ v1.1.x (Unreleased)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.2 ...main )
44
5+ ## [ v1.1.2 (2024-02-16)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.1...v1.1.2 )
6+
7+ - Feature | Support for trimming the response body by @pascalbaljet in #3
58
69## [ v1.1.1 (2023-11-13)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.0...v1.1.1 )
710
Original file line number Diff line number Diff line change 3434 },
3535 "require-dev" : {
3636 "laravel/framework" : " ^10.0" ,
37- "laravel/pint" : " ^1.10 " ,
37+ "laravel/pint" : " ^1.13 " ,
3838 "orchestra/testbench" : " ^8.8" ,
39- "pestphp/pest" : " ^2.20 " ,
39+ "pestphp/pest" : " ^2.33 " ,
4040 "pestphp/pest-plugin-arch" : " ^2.0" ,
4141 "pestphp/pest-plugin-laravel" : " ^2.0" ,
4242 "saloonphp/laravel-http-sender" : " ^2.0" ,
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ class PendingRequestMixin
1414 public function log ()
1515 {
1616 /**
17- * @param string|null $name logger name
17+ * @param string|null $name logger name
1818 * @return $this
1919 */
20- return function (string $ name = null ) {
20+ return function (? string $ name = null ) {
2121 if (! config ('http-client-global-logger.enabled ' )) {
2222 return $ this ;
2323 }
You can’t perform that action at this time.
0 commit comments