Skip to content

Commit 6021243

Browse files
committed
Remove deprecated key/value pair annotation syntax
1 parent bc2cf5c commit 6021243

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
s Logging change log
1+
Logging change log
22
==================
33

44
## ?.?.? / ????-??-??
55

6+
## 9.1.4 / 2020-04-10
7+
8+
* Implemented RFC #335: Remove deprecated key/value pair annotation syntax
9+
(@thekid)
10+
611
## 9.1.3 / 2019-12-01
712

813
* Made compatible with XP 10 - @thekid

src/test/php/util/log/unittest/ColoredConsoleAppenderTest.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ public function can_overwrite_colors() {
4343
$this->assertEquals('00;30', (new ColoredConsoleAppender('out', [LogLevel::INFO => '00;30']))->colors()[LogLevel::INFO]);
4444
}
4545

46-
#[@test, @values(map = [
46+
#[@test, @values(['map' => [
4747
# 'out' => Console::$out,
4848
# 'err' => Console::$err,
49-
#])]
49+
#]])]
5050
public function writes_to($param, $writer) {
5151
$this->assertEquals($writer, (new ColoredConsoleAppender($param))->writer());
5252
}

0 commit comments

Comments
 (0)