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
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
..
Asset fixed obsolete getMock() usage 2016-12-19 16:22:46 +01:00
BrowserKit fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
ClassLoader [ClassLoader] Use only forward slashes in generated class map 2016-11-29 09:16:08 +01:00
Config fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Console fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
CssSelector fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Debug fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
DependencyInjection fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
DomCrawler fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
EventDispatcher fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
ExpressionLanguage fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Filesystem fixed Filesystem:makePathRelative and added 2 more testcases 2016-10-14 07:26:34 -07:00
Finder fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Form minor #21054 Fix @return statements to use $this or static when relevant (fabpot) 2016-12-27 11:38:09 +01:00
HttpFoundation fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
HttpKernel fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Intl fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Locale [ci] Testing with UTC hides bugs 2016-11-18 15:26:45 -05:00
OptionsResolver fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Process fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
PropertyAccess fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Routing fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Security fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Serializer fixed obsolete getMock() usage 2016-12-19 16:22:46 +01:00
Stopwatch fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Templating fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Translation fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Validator minor #21054 Fix @return statements to use $this or static when relevant (fabpot) 2016-12-27 11:38:09 +01:00
VarDumper [VarDumper] Fix dumping by-ref variadics 2016-12-15 08:56:57 +01:00
Yaml fixed phpdoc 2016-11-09 17:27:48 +00:00