Test Failed
Branch master (fdda4e)
by ANTHONIUS
03:39
created

Kernel::configureContainer()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 10
Code Lines 7

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 7
nc 2
nop 1
dl 0
loc 10
c 0
b 0
f 0
cc 2
rs 10
1
<?php
2
3
/*
4
 * This file is part of the EOffice project.
5
 *
6
 * (c) Anthonius Munthi <https://itstoni.com>
7
 *
8
 * For the full copyright and license information, please view the LICENSE
9
 * file that was distributed with this source code.
10
 */
11
12
declare(strict_types=1);
13
14
namespace EOffice;
15
16
class Kernel extends Core\Application\Kernel
17
{
18
}
19