Total Complexity | 4 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class SyncOptionsFactoryTest extends BaseContainerTest |
||
11 | { |
||
12 | /** |
||
13 | * @return void |
||
14 | * @throws \Interop\Container\Exception\ContainerException |
||
15 | */ |
||
16 | public function testInvoke(): void |
||
37 | } |
||
38 | |||
39 | public function tearDown()/* The :void return type declaration that should be here would cause a BC issue */ |
||
50 |