Skip to content

Commit eb7c3cf

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: 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. [WebProfilerBundle] Remove redundant code from logger template
2 parents 86eec2c + 94dc879 commit eb7c3cf

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)