PHP Classes

File: vendor/symfony/dependency-injection/Tests/Fixtures/yaml/legacy_invalid_definition.yml

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   Helphp PHP Class Generator   vendor/symfony/dependency-injection/Tests/Fixtures/yaml/legacy_invalid_definition.yml   Download  
File: vendor/symfony/dependency-injection/Tests/Fixtures/yaml/legacy_invalid_definition.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Helphp PHP Class Generator
Generate classes from configuration parameters
Author: By
Last change:
Date: 2 years ago
Size: 321 bytes
 

Contents

Class file image Download
services: # This definition is valid and should not raise any deprecation notice foo: class: stdClass arguments: [ 'foo', 'bar' ] # This definition is invalid and must raise a deprecation notice bar: class: stdClass private: true # the "private" keyword is invalid