Skip to content

Commit d0bbd5a

Browse files
committed
Merge branch '6.1' into 6.2
* 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
2 parents edc56ed + f58e332 commit d0bbd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/SessionNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\HttpFoundation\Exception;
1313

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

0 commit comments

Comments
 (0)