Skip to content

Commit 6909605

Browse files
committed
Lint markdown
1 parent 01bab8f commit 6909605

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ decorates a `Monolog\Logger` and provides a working [`withName`] implementation.
2929
### Installation
3030

3131
```bash
32-
$ composer install timdev/stack-logger
32+
composer install timdev/stack-logger
3333
```
3434

3535
### Context Stacking
@@ -133,12 +133,12 @@ class SomeService
133133

134134
## To Do
135135

136-
- [ ] Make MonologStackLogger implement Monolog's ResettableInterface?
137-
- [ ] Consider how this might play with Laravel, the insanely popular PHP
136+
* [ ] Make MonologStackLogger implement Monolog's ResettableInterface?
137+
* [ ] Consider how this might play with Laravel, the insanely popular PHP
138138
framework that I don't personally use much. PRs welcome.
139139

140140
[similar functionality]: https://getpino.io/#/docs/child-loggers
141141
[pinojs]: https://github.com/pinojs/pino
142142
[PSR3 LoggerInterface]: https://www.php-fig.org/psr/psr-3/
143143
[`withName`]: https://github.com/Seldaek/monolog/blob/a54cd1f1782f62714e4d28651224316bb5540e08/src/Monolog/Logger.php#L163-L172
144-
[Monolog]: https://github.com/seldaek/monolog
144+
[Monolog]: https://github.com/seldaek/monolog

0 commit comments

Comments
 (0)