@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | /** |
| 39 | 39 | * Get apple clients node. |
| 40 | 40 | * |
| 41 | - * @return TreeBuilder |
|
| 41 | + * @return \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition |
|
| 42 | 42 | */ |
| 43 | 43 | protected function addAppleClientsNode() |
| 44 | 44 | { |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | /** |
| 74 | 74 | * Get Google Cloud Messaging clients node. |
| 75 | 75 | * |
| 76 | - * @return TreeBuilder |
|
| 76 | + * @return \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition |
|
| 77 | 77 | */ |
| 78 | 78 | protected function addGcmClientsNode() |
| 79 | 79 | { |