Completed
Push — 2.0 ( 181db1...4361c7 )
by Olivier
01:59
created
tests/ErrorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.