Skip to content

Commit 8839d8d

Browse files
Fix CS/WS issues
1 parent fa5f409 commit 8839d8d

File tree

210 files changed

+4629
-3306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+4629
-3306
lines changed

src/Exception.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
*/
1010
namespace PHPUnit;
1111

12+
use Throwable;
13+
1214
/**
1315
* @internal This class is not covered by the backward compatibility promise for PHPUnit
1416
*/
15-
interface Exception extends \Throwable
17+
interface Exception extends Throwable
1618
{
1719
}

src/Framework/Assert.php

Lines changed: 259 additions & 232 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)