| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 12 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 80 | 3 | protected function processEndpoints(NodeBuilder $builder) |
|
| 81 | { |
||
| 82 | 3 | $builder->arrayNode('resources') |
|
| 83 | 3 | ->prototype('array') |
|
| 84 | 3 | ->children() |
|
| 85 | 3 | ->scalarNode('path') |
|
| 86 | 3 | ->isRequired() |
|
| 87 | 3 | ->cannotBeEmpty() |
|
| 88 | 3 | ->end() |
|
| 89 | |||
| 90 | 3 | ->arrayNode('methods') |
|
| 91 | 3 | ->prototype('array') |
|
| 92 | 3 | ->children(); |
|
| 93 | } |
||
| 94 | } |