@@ -218,6 +218,9 @@ |
||
218 | 218 | ]; |
219 | 219 | } |
220 | 220 | |
221 | + /** |
|
222 | + * @param string $message |
|
223 | + */ |
|
221 | 224 | private function errorResponse($message) |
222 | 225 | { |
223 | 226 | $content = $this->templating->render( |
@@ -22,7 +22,7 @@ |
||
22 | 22 | $rootNode |
23 | 23 | ->children() |
24 | 24 | ->scalarNode('consumer_key') |
25 | - ->isRequired() |
|
25 | + ->isRequired() |
|
26 | 26 | ->end() |
27 | 27 | ->scalarNode('consumer_secret') |
28 | 28 | ->isRequired() |