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
Nicolas Grekas 5255ab89d2 minor #33300 Add missing return annotations on magic methods (nicolas-grekas)
This PR was merged into the 4.4 branch.

Discussion
----------

Add missing return annotations on magic methods

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

My script had a bug, spotted by reviewing #33267
These annotations express our intention to add real return types in a future major release (likely v6)

Commits
-------

10983fcb17 Add missing return annotations on magic methods
2019-08-23 11:57:17 +02:00
..
Bridge Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
Bundle Merge branch '4.3' into 4.4 2019-08-22 18:30:04 +02:00
Component minor #33300 Add missing return annotations on magic methods (nicolas-grekas) 2019-08-23 11:57:17 +02:00
Contracts Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00