Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05327a7 commit d1f703bCopy full SHA for d1f703b
1 file changed
Tests/Exception/RunCommandFailedExceptionTest.php
@@ -28,7 +28,7 @@ public function testDefaultExceptionProvidesCode()
28
29
public function testNonIntegerCodeProvidesZero()
30
{
31
- $exception = self::createException(new class() extends \Exception {
+ $exception = self::createException(new class extends \Exception {
32
protected $code = 'non-integer-code';
33
});
34
0 commit comments