Skip to content

Commit eb77ae7

Browse files
committed
unable to handle root level comment after key
1 parent e7fd956 commit eb77ae7

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed
Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
security:
22
firewalls:
3-
# main:
4-
5-
access_control:
6-
- path
3+
# main:
74
===
85
$data['security'] = [
9-
'firewalls' => [
10-
'something' => 'a main',
11-
],
6+
'firewalls' => 'a firewall',
127
'providers' => 'a provider'
138
];
149
===
1510
security:
16-
firewalls:
17-
dev:
18-
security: false
19-
# main:
20-
main:
21-
json_login:
22-
check_path: /somePath
23-
access_control:
24-
- path
25-
providers:
26-
app_user_provider:
27-
entity:
28-
class: App\Entity\User
29-
property: email
11+
firewalls: 'a firewall'
12+
providers: 'a provider'
13+
# main:

0 commit comments

Comments
 (0)