Skip to content

Commit 338a928

Browse files
committed
Unordered list indentation [Expected: 4; Actual: 2]
1 parent c7714cf commit 338a928

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ parameters:
3131
This extension depends on our psr/log stub to serve strictness.
3232

3333
* eg.
34-
* `@param LogLevel::* $level` at `log()` method
35-
* `@param array{exception?: \Throwable} $context`
34+
* `@param LogLevel::* $level` at `log()` method
35+
* `@param array{exception?: \Throwable} $context`
3636

3737
See [psr/log stub](https://github.com/struggle-for-php/sfp-stubs-psr-log) repository page to get more detail.
3838

@@ -113,7 +113,7 @@ $logger->info('user {user_id} gets an error {error} .', ['user_id' => $user_id])
113113
| sfpPsrLog.contextKeyOriginalPattern |
114114

115115
* reports when context key is not matched you defined pattern.
116-
* if `contextKeyOriginalPattern` parameter is not set, this check would be ignored.
116+
* if `contextKeyOriginalPattern` parameter is not set, this check would be ignored.
117117

118118
#### Configuration
119119

0 commit comments

Comments
 (0)