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
Nicolas Grekas 1ea5a8c3ce minor #39246 [HttpFoundation] Throws cleanup (kick-the-bucket)
This PR was merged into the 4.4 branch.

Discussion
----------

[HttpFoundation] Throws cleanup

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

The actual throw statements have been removed years ago, but the annotations stayed.
Such annotations fool static analysis tools to trigger false positives for unhandled exceptions.

Commits
-------

8b9b62048c Remove unused @throws tags and handling of never thrown exceptions
2020-12-08 12:12:36 +01:00
..
Asset Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
BrowserKit Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Cache [Cache] fix checking for redis_sentinel support 2020-12-08 11:44:58 +01:00
Config Fix CS 2020-12-05 18:09:55 +01:00
Console [Console] Enable hyperlinks in Konsole/Yakuake 2020-11-30 00:58:52 +01:00
CssSelector Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Debug Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
DependencyInjection bug #39251 [DependencyInjection] Fix container linter for union types (derrabus) 2020-12-05 18:12:03 +01:00
DomCrawler Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
Dotenv Check if method inheritEnvironmentVariables exists 2020-11-14 17:10:20 +00:00
ErrorHandler Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
EventDispatcher Set constant visibility in tests to private where possible. 2020-10-31 23:44:29 +01:00
ExpressionLanguage Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Filesystem Added additional file existence check on temporary file cleanup for dumpFile method 2020-11-30 15:04:35 +02:00
Finder Merge branch '3.4' into 4.4 2020-11-17 20:45:34 +01:00
Form [Intl] Update the ICU data to 68.1 2020-12-08 08:18:40 +00:00
HttpClient [HttpClient] throw clearer error when no scheme is provided 2020-12-05 07:03:08 +01:00
HttpFoundation minor #39246 [HttpFoundation] Throws cleanup (kick-the-bucket) 2020-12-08 12:12:36 +01:00
HttpKernel minor #39246 [HttpFoundation] Throws cleanup (kick-the-bucket) 2020-12-08 12:12:36 +01:00
Inflector [Inflector] Fix Notice when argument is empty string 2020-12-01 17:29:30 +02:00
Intl [Intl] Update the ICU data to 68.1 2020-12-08 08:18:40 +00:00
Ldap [Ldap] Fix undefined variable $con. 2020-11-16 18:05:55 +01:00
Lock Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Mailer Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Messenger minor #39214 [Messenger] Test generated SQL (derrabus) 2020-12-05 18:10:39 +01:00
Mime [Mime] Leverage PHP 8's detection of CSV files. 2020-12-05 09:25:17 +01:00
OptionsResolver Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
Process [Process] Dont test TTY if there is no TTY support 2020-11-02 16:10:16 +01:00
PropertyAccess Set constant visibility in tests to private where possible. 2020-10-31 23:44:29 +01:00
PropertyInfo Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Routing Fix typo in comment 2020-11-24 14:31:32 +01:00
Security minor #39345 [Security][Validator] Add missing Portuguese translations (NicolasJourdan) 2020-12-07 10:01:52 +01:00
Serializer Improve return phpdoc for Normalizer 2020-11-25 12:55:08 +01:00
Stopwatch Set constant visibility in tests to private where possible. 2020-10-31 23:44:29 +01:00
Templating Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
Translation [DependencyInjection][Translator] Silent deprecation triggered by libxml_disable_entity_loader 2020-11-27 07:35:49 +01:00
Validator minor #39345 [Security][Validator] Add missing Portuguese translations (NicolasJourdan) 2020-12-07 10:01:52 +01:00
VarDumper [Console] Enable hyperlinks in Konsole/Yakuake 2020-11-30 00:58:52 +01:00
VarExporter Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
WebLink Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
Workflow Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Yaml bug #39267 [Yaml] fix lexing backslashes in single quoted strings (xabbuh) 2020-12-04 09:57:25 +01:00