repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummy.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummy.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FactoryDumm...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumer.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultEnumAttribute.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultEnumAttribute.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FooClassWithDefaultEnumAttribute { public function __construct( FooUnitEnum $enum = FooUnitEnum::FOO, bool $firstOptional = false, bool $secondOptional = false, ) {} }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/SimilarArgumentsDummy.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/SimilarArgumentsDummy.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class SimilarArgu...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService5.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService5.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedIterableArgumentDummy.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedIterableArgumentDummy.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class NamedIterab...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/RemoteCallerSocket.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/RemoteCallerSocket.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class RemoteCalle...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriber.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriber.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Contracts\Service\ServiceProviderInterface; use Symfony\Contracts\Service\ServiceSubscriberInterface; class TestServiceSubscriber implements ServiceSubscriberInterface { public function __construct($container) { } publ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CustomDefinition.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/CustomDefinition.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/IntTagClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/IntTagClass.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class IntTagClass { public static function getFooBar() { return 10; } public static function getPriority(): int { // Should be more than FooTagClass. More because this class is after // FooTagClass (orde...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnion.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnion.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Contracts\Service\ServiceSubscriberInterface; class TestServiceSubscriberUnion implements ServiceSubscriberInterface { public function __construct($container) { } public static function getSubscribedServices(): array ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeated.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeated.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; #[Autoconfigure(public: true, shared: false)] #[Autoconfigure(lazy: true)] class AutoconfigureRepeated { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService1.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService1.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition2.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition2.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Definition; class TestDefinition2 extends Definition { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/BarInterface.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/BarInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; interface BarInte...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Bar.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/Bar.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class Bar impleme...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3Configurator.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3Configurator.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; final class Tagge...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedEnumArgumentDummy.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedEnumArgumentDummy.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class NamedEnumAr...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredService2.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredService2.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class Autoconfigu...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutowireLocatorConsumer.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutowireLocatorConsumer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultPriorityMethod.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultPriorityMethod.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container\ContainerInterface; use Symfony\Component\DependencyInjection\Attribute\AutowireLocator; /** * @deprecated since Symfony 8.1 */ final class TaggedLocatorConsumerWithDefaultPriorityMethod { public function __construct( ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticConstructorAutoconfigure.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticConstructorAutoconfigure.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/DeprecatedClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/DeprecatedClass.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; trigger_deprecati...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersection.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersection.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Contracts\Service\ServiceSubscriberInterface; class TestServiceSubscriberIntersection implements ServiceSubscriberInterface { public function __construct($container) { } public static function getSubscribedServices(): ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooForCircularWithAddCalls.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooForCircularWithAddCalls.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FooForCircu...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredService1.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredService1.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class Autoconfigu...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/RemoteCallerHttp.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/RemoteCallerHttp.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class RemoteCalle...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultPriorityMethod.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultPriorityMethod.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\AutowireIterator; /** * @deprecated since Symfony 8.1 */ final class TaggedIteratorConsumerWithDefaultPriorityMethod { public function __construct( #[AutowireIterator('foo_bar', def...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureResourceTagsAttributed.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureResourceTagsAttributed.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummyWithoutReturnTypes.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummyWithoutReturnTypes.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FactoryDumm...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StringBackedEnum.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/StringBackedEnum.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; enum StringBacked...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooBarTaggedClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooBarTaggedClass.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FooBarTaggedClass { private $param; public function __construct($param = []) { $this->param = $param; } public function getParam() { return $this->param; } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredInterface2.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredInterface2.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/LazyLoaded.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/LazyLoaded.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\Lazy; #[Lazy] class LazyLoaded { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethod.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethod.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\AutowireIterator; /** * @deprecated since Symfony 8.1 */ final class TaggedIteratorConsumerWithDefaultIndexMethod { public function __construct( #[AutowireIterator('foo_bar', defaul...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService4.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService4.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethod.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethod.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container\ContainerInterface; use Symfony\Component\DependencyInjection\Attribute\AutowireLocator; /** * @deprecated since Symfony 8.1 */ final class TaggedLocatorConsumerWithDefaultIndexMethod { public function __construct( ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService2.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService2.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureAttributed.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureAttributed.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; #[Autoconfigure( lazy: true, public: true, autowire: true, shared: true, properties: [ 'bar' => 'baz', ], configurator: '@bla', tags: [ ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ConstructNotExists.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/ConstructNotExists.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class ConstructNotExists { public function __construct(NotExist $notExist) { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WithTargetAnonymous.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/WithTargetAnonymous.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTaggedForInvalidDefaultMethodClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTaggedForInvalidDefaultMethodClass.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FooTaggedForInvalidDefaultMethodClass { public function getMethodShouldBeStatic() { return 'anonymous_foo_class_with_default_method'; } protected static function getMethodShouldBePublicInsteadProtected() { ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container\ContainerInterface; use Symfony\Component\DependencyInjection\Attribute\AutowireLocator; /** * @deprecated since Symfony 8.1 */ final class TaggedLocatorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod { public fu...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedProperties.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedProperties.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; #[Autoconfigure(properties: ['$replaced' => 'to be replaced', '$bar' => 'existing to be replaced'])] #[Autoconfigure(properties: ['$foo' => 'bar', '$bar' => 'baz'])] class Autoconf...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedBindings.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedBindings.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; #[Autoconfigure(bind: ['$arg' => 'foo'])] #[Autoconfigure(bind: ['$arg' => 'bar'])] class AutoconfigureRepeatedBindings { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsVariadicsDummy.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsVariadicsDummy.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class NamedArgumentsVariadicsDummy { public function __construct(\stdClass $class, ...$variadics) { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/LazyAutoconfigured.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/LazyAutoconfigured.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; use Symfony\Component\DependencyInjection\Attribute\Lazy; #[Lazy, Autoconfigure(lazy: true)] class LazyAutoconfigured { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/DependencyContainerInterface.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/DependencyContainerInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; interface Depende...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithServiceSubscriber.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithServiceSubscriber.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/BarTagClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/BarTagClass.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\AsTaggedItem; #[AsTaggedItem('bar_tag_class')] class BarTagClass { /** * @deprecated since Symfony 8.1 */ public static function getDefaultFooName() { return 'bar_ta...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NewInInitializer.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/NewInInitializer.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class NewInInitializer { public function __construct($foo = new \stdClass(), $bar = 123) { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ReadOnlyClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/ReadOnlyClass.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; readonly class Re...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\AutowireIterator; /** * @deprecated since Symfony 8.1 */ final class TaggedIteratorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod { public function __construct( #[Autowi...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTagClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTagClass.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\AsTaggedItem; #[AsTaggedItem('foo_tag_class')] class FooTagClass { /** * @deprecated since Symfony 8.1 */ public static function getDefaultFooName() { return 'foo_ta...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/IntBackedEnum.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/IntBackedEnum.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; enum IntBackedEnu...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WithTarget.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/WithTarget.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedTag.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedTag.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\AutoconfigureTag; #[AutoconfigureTag('foo', ['priority' => 2])] #[AutoconfigureTag('bar')] class AutoconfigureRepeatedTag { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/MultipleAutoconfigureAttributed.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/MultipleAutoconfigureAttributed.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; #[Autoconfigure(tags: ['foo'])] #[Autoconfigure(tags: ['bar'])] class MultipleAutoconfigureAttributed { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersectionWithTrait.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersectionWithTrait.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Contracts\Service\Attribute\SubscribedService; use Symfony\Contracts\Service\ServiceMethodsSubscriberTrait; use Symfony\Contracts\Service\ServiceSubscriberInterface; class TestServiceSubscriberIntersectionWithTrait implements ServiceSu...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredInterface.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredInterface.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\AutoconfigureTag; #[AutoconfigureTag(attributes: ['foo' => 123])] interface AutoconfiguredInterface { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CaseSensitiveClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/CaseSensitiveClass.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class CaseSensiti...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsDummy.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsDummy.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container\ContainerInterface; /** * @author Kévin Dunglas <dunglas@gmail.com> */ class NamedArgumentsDummy { public function __construct(CaseSensitiveClass $c, $apiKey, $hostName, ContainerInterface $container, iterable $objects) ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticMethodTag.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticMethodTag.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnionWithTrait.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnionWithTrait.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Contracts\Service\Attribute\SubscribedService; use Symfony\Contracts\Service\ServiceMethodsSubscriberTrait; use Symfony\Contracts\Service\ServiceSubscriberInterface; class TestServiceSubscriberUnionWithTrait implements ServiceSubscribe...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithoutIndex.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithoutIndex.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/RemoteCaller.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/RemoteCaller.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; interface RemoteC...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StubbedTranslator.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/StubbedTranslator.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedOverwrite.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedOverwrite.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; #[Autoconfigure(public: true, shared: false)] #[Autoconfigure(lazy: true, shared: true, public: false)] class AutoconfigureRepeatedOverwrite { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StdClassDecorator.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/StdClassDecorator.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; final class StdClassDecorator { public $foo; public function __construct(\stdClass $foo) { $this->foo = $foo; } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/DependencyContainer.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/DependencyContainer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class DependencyC...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition1.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition1.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WitherStaticReturnType.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/WitherStaticReturnType.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Tests\Compiler\Foo; use Symfony\Contracts\Service\Attribute\Required; class WitherStaticReturnType { public $foo; #[Required] public function withFoo(Foo $foo): static { $new = clo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithEnumAttribute.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithEnumAttribute.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FooClassWithEnumAttribute { private FooUnitEnum $bar; public function __construct(FooUnitEnum $bar) { $this->bar = $bar; } public function getBar(): FooUnitEnum { return $this->bar; } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/OptionalParameter.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/OptionalParameter.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ScalarFactory.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/ScalarFactory.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; final class ScalarFactory { public static function getSomeValue(): string { return 'some value'; } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/BarFactory.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/BarFactory.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class BarFactory { /** * @var iterable */ private $bars; public function __construct(iterable $bars) { $this->bars = iterator_to_array($bars); } public function getDefaultBar(): BarInterface { ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedCalls.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureRepeatedCalls.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; #[Autoconfigure(calls: [['setBar', ['arg2']]])] #[Autoconfigure(calls: [['setFoo', ['arg1']]])] class AutoconfigureRepeatedCalls { public function setFoo(string $arg) { ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumer.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooUnitEnum.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooUnitEnum.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; enum FooUnitEnum { case BAR; case FOO; }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberChild.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberChild.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Contracts\Service\Attribute\SubscribedService; use Symfony\Contracts\Service\ServiceMethodsSubscriberTrait; class TestServiceSubscriberChild extends TestServiceSubscriberParent { use ServiceMethodsSubscriberTrait; use TestServi...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberParent.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberParent.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Contracts\Service\Attribute\SubscribedService; use Symfony\Contracts\Service\ServiceMethodsSubscriberTrait; use Symfony\Contracts\Service\ServiceSubscriberInterface; class TestServiceSubscriberParent implements ServiceSubscriberInterfa...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooWithAbstractArgument.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooWithAbstractArgument.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FooWithAbstractArgument { /** @var string */ private $baz; /** @var string */ private $bar; public function __construct(string $baz, string $bar) { $this->baz = $baz; $this->bar = $bar; } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultObjectAttribute.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultObjectAttribute.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FooClassWithDefaultObjectAttribute { public function __construct( object $object = new \stdClass(), bool $firstOptional = false, bool $secondOptional = false, ) {} }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceMethodsSubscriberTrait.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceMethodsSubscriberTrait.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Contracts\Service\Attribute\SubscribedService; trait TestServiceMethodsSubscriberTrait { protected function protectedFunction1(): SomeClass { } #[SubscribedService] private function testDefinition4(): TestDefinitio...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedConsumerWithExclude.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedConsumerWithExclude.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerFactory.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerFactory.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Psr\Container...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AbstractSayClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/AbstractSayClass.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; abstract class Ab...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooBarTaggedForDefaultPriorityClass.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooBarTaggedForDefaultPriorityClass.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class FooBarTaggedForDefaultPriorityClass { private $param; public function __construct($param = []) { $this->param = $param; } public function getParam() { return $this->param; } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ParentNotExists.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/ParentNotExists.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class ParentNotExists extends \NotExists { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/ini_with_wrong_ext.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/ini/ini_with_wrong_ext.php
[parameters] with_wrong_ext = from ini
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/AliasFooInterface.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/AliasFooInterface.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures\PrototypeAsAlias; interface AliasFooInterface { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasDuplicate.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasDuplicate.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures\PrototypeAsAlias; use Symfony\Component\DependencyInjection\Attribute\AsAlias; #[AsAlias(id: AliasFooInterface::class)] class WithAsAliasDuplicate { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasProdEnv.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasProdEnv.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures\PrototypeAsAlias; use Symfony\Component\DependencyInjection\Attribute\AsAlias; #[AsAlias(id: AliasFooInterface::class, when: 'prod')] class WithAsAliasProdEnv { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithCustomAsAlias.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithCustomAsAlias.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures\PrototypeAsAlias; use Symfony\Component\DependencyInjection\Attribute\AsAlias; #[AsProductionAlias(id: AliasFooInterface::class)] class WithCustomAsAlias { } #[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)] final class AsProduct...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAlias.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAlias.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures\PrototypeAsAlias; use Symfony\Component\DependencyInjection\Attribute\AsAlias; #[AsAlias(id: AliasFooInterface::class)] class WithAsAlias { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasMultipleInterface.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasMultipleInterface.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures\PrototypeAsAlias; use Symfony\Component\DependencyInjection\Attribute\AsAlias; #[AsAlias] class WithAsAliasMultipleInterface implements AliasFooInterface, AliasBarInterface { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasBothEnv.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasBothEnv.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures\PrototypeAsAlias; use Symfony\Component\DependencyInjection\Attribute\AsAlias; #[AsAlias(id: AliasBarInterface::class, when: ['dev', 'prod'])] class WithAsAliasBothEnv { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/AliasBarInterface.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/AliasBarInterface.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures\PrototypeAsAlias; interface AliasBarInterface { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasMultiple.php
src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasMultiple.php
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures\PrototypeAsAlias; use Symfony\Component\DependencyInjection\Attribute\AsAlias; #[AsAlias(id: AliasFooInterface::class, public: true)] #[AsAlias(id: 'some-alias')] class WithAsAliasMultiple { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false