Skip to content

Commit 8cf24cf

Browse files
committed
coding style
1 parent c4f8133 commit 8cf24cf

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/Framework/Dumper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
class Dumper
1515
{
1616
public static $maxLength = 70;
17+
1718
public static $maxDepth = 10;
19+
1820
public static $dumpDir = 'output';
21+
1922
public static $maxPathSegments = 3;
2023

2124

src/Runner/Test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class Test
1919
PASSED = 2,
2020
SKIPPED = 3;
2121

22-
2322
/** @var string|null */
2423
public $title;
2524

tests/Framework/Dumper.toPhp.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ require __DIR__ . '/../bootstrap.php';
99
class Test
1010
{
1111
public $x = [10, null];
12+
1213
protected $y = 'hello';
14+
1315
private $z = 30.0;
1416
}
1517

0 commit comments

Comments
 (0)