X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fdependency-injection%2FTests%2FFixtures%2Fconfig%2Fphp7.php;fp=vendor%2Fsymfony%2Fdependency-injection%2FTests%2FFixtures%2Fconfig%2Fphp7.php;h=7711624e6f0f679190c056970067db9017cae149;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/config/php7.php b/vendor/symfony/dependency-injection/Tests/Fixtures/config/php7.php new file mode 100644 index 000000000..7711624e6 --- /dev/null +++ b/vendor/symfony/dependency-injection/Tests/Fixtures/config/php7.php @@ -0,0 +1,19 @@ +parameters() + ('foo', 'Foo') + ('bar', 'Bar') + ; + $c->services() + (Foo::class) + ->arg('$bar', ref('bar')) + ->public() + ('bar', Foo::class) + ->call('setFoo') + ; +};