| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | protected function configureResourceNode(ArrayNodeDefinition $resourceNode) |
||
| 30 | { |
||
| 31 | $resourceNode |
||
| 32 | ->children() |
||
| 33 | ->scalarNode('random_id')->cannotBeEmpty()->end() |
||
| 34 | ->scalarNode('secret')->cannotBeEmpty()->end() |
||
| 35 | ->arrayNode('allowed_grant_types')->scalarPrototype()->cannotBeEmpty()->defaultValue([])->end() |
||
| 36 | ; |
||
| 37 | } |
||
| 38 | } |
||
| 39 |