Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 24, 2019
1 parent c05b107 commit 52e7e8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/TextUI/ResultPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ class ResultPrinter extends Printer implements TestListener
/**
* Constructor.
*
* @param string|resource|null $out
* @param int|string $numberOfColumns
* @param null|resource|string $out
* @param int|string $numberOfColumns
*
* @throws Exception
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Printer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Printer
/**
* Constructor.
*
* @param string|resource|null $out
* @param null|resource|string $out
*
* @throws Exception
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Util/TestDox/TestDoxPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class TestDoxPrinter extends ResultPrinter
protected $spinState = 0;

/**
* @param string|resource|null $out
* @param null|resource|string $out
*
* @throws \PHPUnit\Framework\Exception
*/
Expand Down

0 comments on commit 52e7e8b

Please sign in to comment.