| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | abstract class AbstractSettingsSchema implements SchemaInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param array $allowedTypes |
||
| 16 | * @param AbstractSettingsBuilder $builder |
||
| 17 | */ |
||
| 18 | public function setMultipleAllowedTypes($allowedTypes, $builder) |
||
| 22 | } |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return mixed |
||
| 27 | */ |
||
| 28 | public function getRepository() |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param $repo |
||
| 35 | */ |
||
| 36 | public function setRepository($repo) |
||
| 41 |