fix code style

This commit is contained in:
Fabio Ivona
2022-03-04 17:36:02 +01:00
parent ed89689425
commit 03ccea8978

View File

@ -49,7 +49,7 @@ final class TestCall
{ {
if (is_int($exception)) { if (is_int($exception)) {
$exceptionCode = $exception; $exceptionCode = $exception;
} else if (class_exists($exception)) { } elseif (class_exists($exception)) {
$this->testCaseMethod $this->testCaseMethod
->proxies ->proxies
->add(Backtrace::file(), Backtrace::line(), 'expectException', [$exception]); ->add(Backtrace::file(), Backtrace::line(), 'expectException', [$exception]);