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 e05b4efec2 minor #40777 [HttpKernel] Minor fixes and tweaks in the Symfony Welcome Page (javiereguiluz)
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[HttpKernel] Minor fixes and tweaks in the Symfony Welcome Page

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

The current "Welcome Page" has a minor issue related to CSS flexbox. See how the "debug mode" text looks in smaller screens:

![before](https://user-images.githubusercontent.com/73419/114359439-4620d300-9b74-11eb-85c6-ee7afdb937df.png)

The solution is to wrap the contents in a HTML element such as `<p>`, but this PR also does some other minor tweaks. This is how it'd look now:

![after](https://user-images.githubusercontent.com/73419/114359535-5cc72a00-9b74-11eb-86c4-07fba89b8e8f.png)

Commits
-------

ee49cfe2b9 [HttpKernel] Minor fixes and tweaks in the Symfony Welcome Page
2021-04-12 10:48:29 +02:00
..
Asset [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
BrowserKit minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
Cache [Cache] [FrameworkBundle] Fix logging for TagAwareAdapter 2021-04-11 19:05:34 +02:00
Config [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
Console minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
CssSelector [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
Debug Avoid warning with Xdebug 3 with develop mode disabled 2021-04-02 09:50:12 +02:00
DependencyInjection [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
DomCrawler Fix: Article 2021-02-14 13:29:41 +01:00
Dotenv Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
ErrorHandler Avoid warning with Xdebug 3 with develop mode disabled 2021-04-02 09:50:12 +02:00
EventDispatcher Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
ExpressionLanguage [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
Filesystem Fixed bugs found by psalm 2021-04-01 12:24:12 +02:00
Finder mark the LazyIterator class as internal 2021-02-12 11:48:09 +01:00
Form minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
HttpClient Revert "minor #40768 [HttpClient] [PHPDoc] Fix 2 remaining return mixed (fancyweb)" 2021-04-12 08:52:04 +02:00
HttpFoundation minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
HttpKernel [HttpKernel] Minor fixes and tweaks in the Symfony Welcome Page 2021-04-12 10:48:24 +02:00
Inflector [Inflector] Fixed pluralize "coupon" 2021-03-17 17:19:54 +01:00
Intl [Intl] fix Locale::getFallback() throwing exception on long $locale 2021-02-17 16:45:29 +01:00
Ldap Fix: Article 2021-02-14 13:29:41 +01:00
Lock FIx Trying to clone an uncloneable object of class 2021-03-24 09:30:27 +01:00
Mailer minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
Messenger minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
Mime [PHPDoc] Fix some union type cases 2021-04-07 18:22:29 +02:00
OptionsResolver Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
Process [PHPDoc] Fix some union type cases 2021-04-07 18:22:29 +02:00
PropertyAccess Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
PropertyInfo fix resolving parent/self/static type annotations 2021-02-16 13:45:26 +01:00
Routing [Route] Better inline requirements and defaults parsing 2021-04-11 14:59:39 +02:00
Security minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
Serializer minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
Stopwatch Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
Templating Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
Translation [translation] Fix update existing key with existing +int-icu domain 2021-03-23 17:25:01 +01:00
Validator minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
VarDumper Fixed bugs found by psalm 2021-04-01 12:24:12 +02:00
VarExporter Fixed bugs found by psalm 2021-04-01 12:24:12 +02:00
WebLink [WebLink] Removed unused property 2021-03-07 14:19:33 +01:00
Workflow [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
Yaml [Yaml] Fixed infinite loop when parser goes through an additional and invalid closing tag 2021-04-05 12:16:45 +02:00