Completed
Push — develop ( e28510 )
by Alexander
06:45
created

Module::getViewHelperConfig()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 8
Code Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 8
rs 9.4285
c 0
b 0
f 0
cc 1
eloc 4
nc 1
nop 0
1
<?php
2
3
namespace AtDataGrid;
4
5
class Module
6
{
7
    public function getConfig()
8
    {
9
        return include __DIR__ . '/../config/module.config.php';
10
    }
11
}