Skip to content

Commit 22687b8

Browse files
authored
Test on php71 and php72 (#4)
* Test on php71 and php72 * Fixed cs
1 parent 6715e4a commit 22687b8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ php:
1111
- 5.5
1212
- 5.6
1313
- 7.0
14+
- 7.1
15+
- 7.2
1416
- hhvm
1517

1618
env:

src/LoggerPlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
final class LoggerPlugin implements Plugin
1919
{
2020
private $logger;
21+
2122
private $formatter;
2223

2324
public function __construct(LoggerInterface $logger, Formatter $formatter = null)

0 commit comments

Comments
 (0)