Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1f703b

Browse files
cs fix
1 parent 05327a7 commit d1f703b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Exception/RunCommandFailedExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testDefaultExceptionProvidesCode()
2828

2929
public function testNonIntegerCodeProvidesZero()
3030
{
31-
$exception = self::createException(new class() extends \Exception {
31+
$exception = self::createException(new class extends \Exception {
3232
protected $code = 'non-integer-code';
3333
});
3434

0 commit comments

Comments
 (0)