rector/vendor/symfony/service-contracts
Tomas Votruba 45d3e63a94 Updated Rector to commit ff32aed8c3
ff32aed8c3 fix: Attempt to assign property type on null error (#979)
2021-10-09 05:23:01 +00:00
..
Attribute Updated Rector to commit ff32aed8c3 2021-10-09 05:23:01 +00:00
Test Updated Rector to commit ff32aed8c3 2021-10-09 05:23:01 +00:00
CHANGELOG.md Updated Rector to commit a657258f31 2021-05-10 00:23:30 +00:00
composer.json Updated Rector to commit ff32aed8c3 2021-10-09 05:23:01 +00:00
LICENSE Updated Rector to commit a657258f31 2021-05-10 00:23:30 +00:00
README.md Updated Rector to commit a657258f31 2021-05-10 00:23:30 +00:00
ResetInterface.php Updated Rector to commit ff32aed8c3 2021-10-09 05:23:01 +00:00
ServiceLocatorTrait.php Updated Rector to commit ff32aed8c3 2021-10-09 05:23:01 +00:00
ServiceProviderInterface.php Updated Rector to commit ff32aed8c3 2021-10-09 05:23:01 +00:00
ServiceSubscriberInterface.php Updated Rector to commit ff32aed8c3 2021-10-09 05:23:01 +00:00
ServiceSubscriberTrait.php Updated Rector to commit ff32aed8c3 2021-10-09 05:23:01 +00:00

Symfony Service Contracts

A set of abstractions extracted out of the Symfony components.

Can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations.

See https://github.com/symfony/contracts/blob/main/README.md for more information.