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/Translation
Fabien Potencier 72cc5df5fc minor #24342 removed useless PHPDoc (OskarStark)
This PR was squashed before being merged into the 2.7 branch (closes #24342).

Discussion
----------

removed useless PHPDoc

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | no
| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        | n/a

Commits
-------

5ee9043d8b removed useless PHPDoc
2017-09-30 07:00:25 -07:00
..
Catalogue Static code analysis with Php Inspections (EA Extended): dead code dropped, couple bugs fixed 2017-03-03 17:35:37 +01:00
DataCollector fixes CS 2015-08-24 09:13:45 +02:00
Dumper Dont call count on non countable object 2017-06-23 12:52:30 +02:00
Exception remove api tags from code 2015-09-28 19:11:22 +02:00
Extractor @throws annotations should go after @return 2016-06-06 13:03:51 +02:00
Loader [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00
Tests Using FQ name for PHP_VERSION_ID 2017-06-01 13:44:56 -07:00
Writer bug #16912 [Translation][Writer] avoid calling setBackup if the dumper is not FileDumper (aitboudad) 2016-01-25 09:14:19 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [2.7][Translation][change log] added DataCollectorTranslator. 2015-04-12 23:10:02 +01:00
composer.json Use PHPUnit 6.0 on PHP 7.* test lines 2017-02-21 14:43:45 +01:00
DataCollectorTranslator.php return fallback locales whenever possible 2017-06-21 13:03:18 +02:00
IdentityTranslator.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Interval.php Docblock fixes 2014-11-30 13:33:44 +00:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
LoggingTranslator.php return fallback locales whenever possible 2017-06-21 13:03:18 +02:00
MessageCatalogue.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
MessageCatalogueInterface.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
MessageSelector.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
MetadataAwareInterface.php Fix doc blocks 2014-04-18 22:17:16 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
PluralizationRules.php [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php minor #24342 removed useless PHPDoc (OskarStark) 2017-09-30 07:00:25 -07:00
TranslatorBagInterface.php @throws annotations should go after @return 2016-06-06 13:03:51 +02:00
TranslatorInterface.php @throws annotations should go after @return 2016-06-06 13:03:51 +02:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources