| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class Factory extends \Seboettg\CiteProc\Util\Factory |
||
| 17 | { |
||
| 18 | private const NAMESPACE_CONSTRAINTS = "Seboettg\\CiteProc\\Constraint\\"; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @throws ClassNotFoundException |
||
| 22 | */ |
||
| 23 | public static function createConstraint(string $name, string $value, string $match): Constraint |
||
| 37 |