We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381adb3 commit 869f6a6Copy full SHA for 869f6a6
src/DependencyInjection/Configuration.php
@@ -8,7 +8,7 @@ class Configuration implements ConfigurationInterface
8
{
9
const DEFAULT_ENDPOINT = '/json-rpc';
10
11
- public function getConfigTreeBuilder()
+ public function getConfigTreeBuilder(): TreeBuilder
12
13
$treeBuilder = new TreeBuilder(JsonRpcHttpServerExtension::EXTENSION_IDENTIFIER);
14
0 commit comments