Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / legacy_invalid_definition.yml
1 services:
2     # This definition is valid and should not raise any deprecation notice
3     foo:
4         class: stdClass
5         arguments: [ 'foo', 'bar' ]
6
7     # This definition is invalid and must raise a deprecation notice
8     bar:
9         class: stdClass
10         private: true        # the "private" keyword is invalid