This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator/Mapping
Fabien Potencier eeb9192cf3 minor #21054 Fix @return statements to use $this or static when relevant (fabpot)
This PR was merged into the 2.7 branch.

Discussion
----------

Fix @return statements to use $this or static when relevant

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #20290
| License       | MIT
| Doc PR        | n/a

see #20290

Commits
-------

3c0693d fixed @return when returning this or static
2016-12-27 11:38:09 +01:00
..
Cache Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Factory fixed CS 2016-09-30 12:35:09 -07:00
Loader [Validator] phpize default option values 2016-12-16 16:54:54 +01:00
BlackholeMetadataFactory.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
CascadingStrategy.php removed @since 2016-07-04 07:27:33 +02:00
ClassMetadata.php minor #21054 Fix @return statements to use $this or static when relevant (fabpot) 2016-12-27 11:38:09 +01:00
ClassMetadataFactory.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
ClassMetadataInterface.php removed @since 2016-07-04 07:27:33 +02:00
ElementMetadata.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
GenericMetadata.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
GetterMetadata.php Merge branch '2.4' 2014-04-16 10:08:40 +02:00
MemberMetadata.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
MetadataInterface.php removed @since 2016-07-04 07:27:33 +02:00
PropertyMetadata.php fixed CS 2016-10-13 07:02:27 -07:00
PropertyMetadataInterface.php removed @since 2016-07-04 07:27:33 +02:00
TraversalStrategy.php removed @since 2016-07-04 07:27:33 +02:00