Skip to content

Commit

Permalink
Merge branch '6.0' into 6.1
Browse files Browse the repository at this point in the history
* 6.0:
  [HttpKernel] lock when writting profiles
  Using identical comparison for path validation
  [Mime] Fix email rendering when having inlined parts that are not related to the content
  fix typo
  [HttpFoundation] move flushing outside of Response::closeOutputBuffers
  [FrameworkBundle] Do not throw when describing a factory definition
  Fix checking result of DateTime::getLastErrors
  [WebProfilerBundle] Fix profile search bar link query params
  • Loading branch information
nicolas-grekas committed Aug 31, 2022
2 parents 079e336 + 3a91a59 commit c183168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Attribute/When.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Symfony\Component\DependencyInjection\Attribute;

/**
* An attribute to tell under which environement this class should be registered as a service.
* An attribute to tell under which environment this class should be registered as a service.
*
* @author Nicolas Grekas <p@tchwork.com>
*/
Expand Down

0 comments on commit c183168

Please sign in to comment.