8000 minor #48447 [HttpFundation] Typo php doc fix (BASAKSemih) · symfony/symfony@b7a75ec · GitHub
[go: up one dir, main page]

Skip to content

Commit b7a75ec

Browse files
committed
minor #48447 [HttpFundation] Typo php doc fix (BASAKSemih)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- [HttpFundation] Typo php doc fix | Q | A | ------------- | --- | Branch? | 6.2 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Commits ------- 32a7aae chore: fix typo 'do' verb
2 parents c9a8289 + 32a7aae commit b7a75ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/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)
0