Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / yaml / Tests / Fixtures / legacyNullMappingKey.yml
1 --- %YAML:1.0
2 test: Miscellaneous
3 spec: 2.21
4 yaml: |
5   null: ~
6 php: |
7   array(
8     '' => null,
9   )