Merge pull request #491 from def-studio/fix-cs

fix code style
This commit is contained in:
Fabio Ivona
2022-03-04 17:37:26 +01:00
committed by GitHub

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]);