Skip to content

Commit

Permalink
coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 26, 2017
1 parent c4f8133 commit 8cf24cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Framework/Dumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
class Dumper
{
public static $maxLength = 70;

public static $maxDepth = 10;

public static $dumpDir = 'output';

public static $maxPathSegments = 3;


Expand Down
1 change: 0 additions & 1 deletion src/Runner/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Test
PASSED = 2,
SKIPPED = 3;


/** @var string|null */
public $title;

Expand Down
2 changes: 2 additions & 0 deletions tests/Framework/Dumper.toPhp.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ require __DIR__ . '/../bootstrap.php';
class Test
{
public $x = [10, null];

protected $y = 'hello';

private $z = 30.0;
}

Expand Down

0 comments on commit 8cf24cf

Please sign in to comment.