Skip to content

Commit 60bcf37

Browse files
committed
ICL: Readme fixes.
1 parent dd64928 commit 60bcf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ You can also set type, as a second argument. Set it to `json` to get auto json d
341341
342342
And even more advanced options are the third and the fourth optional arguments, which are callbacks, by which you can minimize your logs if needed.
343343
Both of them should return bool. `shouldLogRequest` determines if request bodies should be logged or not, and `shouldLogResponse` determines the same for the response bodies.
344-
You can set here any of your custom logic here. For example, maybe you want to skip logging for just specific urls, or maybe you want to check content length of the response, etc.
344+
You can set any of your custom logic here. For example, maybe you want to skip logging for just specific urls, or maybe you want to check content length of the response, etc.
345345
346346
```php
347347
use Psr\Http\Message\RequestInterface;

0 commit comments

Comments
 (0)