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 3, 2021
1 parent fa5f409 commit 8839d8d
Show file tree
Hide file tree
Showing 210 changed files with 4,629 additions and 3,306 deletions.
4 changes: 3 additions & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
*/
namespace PHPUnit;

use Throwable;

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*/
interface Exception extends \Throwable
interface Exception extends Throwable
{
}
491 changes: 259 additions & 232 deletions src/Framework/Assert.php

Large diffs are not rendered by default.

0 comments on commit 8839d8d

Please sign in to comment.