@@ -19,7 +19,7 @@ |
||
19 | 19 | public function test_getters() |
20 | 20 | { |
21 | 21 | $format = uniqid(); |
22 | - $args = [ uniqid() => uniqid() ]; |
|
22 | + $args = [uniqid() => uniqid()]; |
|
23 | 23 | $error = new Error($format, $args); |
24 | 24 | |
25 | 25 | $this->assertSame($format, $error->format); |