1 | <?php |
||
17 | class SocketIoConfiguration implements ConfigurationInterface |
||
18 | { |
||
19 | /** |
||
20 | * Generates the configuration tree builder. |
||
21 | * |
||
22 | * @return \Symfony\Component\Config\Definition\Builder\TreeBuilder The tree builder |
||
23 | */ |
||
24 | public function getConfigTreeBuilder() |
||
38 | |||
39 | /** |
||
40 | * Add namespaces. |
||
41 | */ |
||
42 | private function addNamespaces(ArrayNodeDefinition $rootNode) |
||
54 | } |
||
55 |
This check looks for function calls that miss required arguments.