Conditions | 1 |
Paths | 1 |
Total Lines | 19 |
Code Lines | 17 |
Lines | 0 |
Ratio | 0 % |
Tests | 17 |
CRAP Score | 1 |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
49 | 3 | ->cannotBeEmpty() |
|
50 | 3 | ->end() |
|
51 | 3 | ->scalarNode('protover') |
|
52 | 3 | ->defaultValue('1') |
|
53 | 3 | ->cannotBeEmpty() |
|
54 | 3 | ->end() |
|
55 | 3 | ->end() |
|
56 | 3 | ->end() |
|
57 | 3 | ->arrayNode('app') |
|
58 | 3 | ->children() |
|
59 | 3 | ->scalarNode('version') |
|
60 | 3 | ->cannotBeEmpty() |
|
61 | 3 | ->end() |
|
62 | 3 | ->scalarNode('client') |
|
63 | 3 | ->cannotBeEmpty() |
|
64 | 3 | ->end() |
|
65 | 3 | ->scalarNode('code') |
|
66 | 3 | ->cannotBeEmpty() |
|
67 | 3 | ->end() |
|
68 | 3 | ->end() |
|
75 |