8000 Update matchers.rst · symfony/symfony-docs@1e36eab · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e36eab

Browse files
authored
Update matchers.rst
1 parent 0f5cf62 commit 1e36eab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

profiler/matchers.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ configuration:
4545
4646
<framework:config>
4747
<!-- ... -->
48-
<framework:profiler ip="168.0.0.1" />
48+
<framework:profiler>
49+
<framework:matcher ip="168.0.0.1" />
50+
</framework:profiler>
4951
</framework:config>
5052
</container>
5153
@@ -55,7 +57,9 @@ configuration:
5557
$container->loadFromExtension('framework', array(
5658
// ...
5759
'profiler' => array(
58-
'ip' => '168.0.0.1',
60+
'matcher' => array(
61+
'ip' => '168.0.0.1',
62+
)
5963
),
6064
));
6165

0 commit comments

Comments
 (0)
0