8000 GH-7007: Synchronized Service alternative, backwards compatible. by beberlei · Pull Request #7707 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

GH-7007: Synchronized Service alternative, backwards compatible. #7707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Prev Previous commit
Next Next commit
[GH-7707] Fix typos
  • Loading branch information
beberlei committed Apr 30, 2013
commit 778eaea17af98ae37b1b034e2aa53794dbc234dc
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/KernelEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ final class KernelEvents
/**
* The REQUEST_FINISHED event occurs when a response was generated for a request.
*
* This event allows you to reset the global and envioronmental state of
* This event allows you to reset the global and environmental state of
* the application, when it was changed during the request.
*
* @var string
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/RequestContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Registry for Requests.
*
* Facade for RequestStack that prevents modification of the stack,
* so that users don't accidentily push()/pop() from the stack and
* so that users don't accidentally push()/pop() from the stack and
* mess up the request cycle.
*
* @author Benjamin Eberlei <kontakt@beberlei.de>
Expand Down
0