Skip to content

Commit a8adfcb

Browse files
committed
follow PSR2 rules
1 parent e7830fd commit a8adfcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Diff/Renderer/ArrayTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ class ArrayTest extends TestCase
2020
* @param array $data
2121
* @param string $dataName
2222
*/
23-
public function __construct($name = null, array $data = [], $dataName = '') {
23+
public function __construct($name = null, array $data = [], $dataName = '')
24+
{
25+
2426
parent::__construct($name, $data, $dataName);
2527
new Autoloader();
2628
}

0 commit comments

Comments
 (0)