Skip to content

Commit

Permalink
unable to handle root level comment after key
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Mar 27, 2024
1 parent ceb62f4 commit 8dac9ee
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions tests/Util/yaml_fixtures/a_wip.test
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
security:
firewalls:
# main:

access_control:
- path
# main:
===
$data['security'] = [
'firewalls' => [
'something' => 'a main',
],
'firewalls' => 'a firewall',
'providers' => 'a provider'
];
===
security:
firewalls:
dev:
security: false
# main:
main:
json_login:
check_path: /somePath
access_control:
- path
providers:
app_user_provider:
entity:
class: App\Entity\User
property: email
firewalls: 'a firewall'
providers: 'a provider'
# main:

0 comments on commit 8dac9ee

Please sign in to comment.