Skip to content

Commit

Permalink
Merge branch '6.1' into 6.2
Browse files Browse the repository at this point in the history
* 6.1:
  prevent the installation of unstable phpdocumentor/type-resolver releases
  chore: fix typo 'do' verb
  [Twig Bridge] Add PHPdoc information to some email methods
  Amend MoneyType twig to include a space.
  Convert previously defined date attribute to the expected class
  [WebProfilerBundle] Remove redundant code from logger template
  • Loading branch information
xabbuh committed Dec 4, 2022
2 parents edc56ed + f58e332 commit d0bbd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exception/SessionNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Symfony\Component\HttpFoundation\Exception;

/**
* Raised when a session does not exists. This happens in the following cases:
* Raised when a session does not exist. This happens in the following cases:
* - the session is not enabled
* - attempt to read a session outside a request context (ie. cli script).
*
Expand Down

0 comments on commit d0bbd5a

Please sign in to comment.