add CS-fixed files

This commit is contained in:
2022-01-17 10:59:18 +01:00
parent 51642b57c7
commit 0c0d564554
41 changed files with 190 additions and 194 deletions

View File

@ -35,7 +35,7 @@ class DebugExceptionTest extends d3ModCfgUnitTestCase
{
$code = '500';
$exception = oxNew( Exception::class);
$exception = oxNew(Exception::class);
/** @var DebugException|MockObject $modelMock */
$modelMock = $this->getMockBuilder(DebugException::class)
@ -74,5 +74,4 @@ class DebugExceptionTest extends d3ModCfgUnitTestCase
)
);
}
}
}