Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
20 | class Factory extends \Seboettg\CiteProc\Util\Factory |
||
21 | { |
||
22 | |||
23 | const NAMESPACE_CONSTRAINTS = "Seboettg\\CiteProc\\Constraint\\"; |
||
24 | |||
25 | /** |
||
1 ignored issue
–
show
|
|||
26 | * @param string $name |
||
2 ignored issues
–
show
|
|||
27 | * @param string $value |
||
2 ignored issues
–
show
|
|||
28 | * @return mixed |
||
1 ignored issue
–
show
|
|||
29 | * @throws ClassNotFoundException |
||
1 ignored issue
–
show
|
|||
30 | */ |
||
31 | 40 | public static function createConstraint($name, $value) |
|
44 | } |
||
45 | } |