Commit 33fdcb4a by Ben Corlett

Fixing type-o with the spelling of "Symfony".

Signed-off-by: Ben Corlett <bencorlett@me.com>
parent 056e5478
...@@ -24,7 +24,7 @@ define('MB_STRING', (int) function_exists('mb_get_info')); ...@@ -24,7 +24,7 @@ define('MB_STRING', (int) function_exists('mb_get_info'));
| |
| Output buffering allows us to capture all output at any time, so that we | Output buffering allows us to capture all output at any time, so that we
| can discard it or treat it accordingly. An example of this is if you have | can discard it or treat it accordingly. An example of this is if you have
| echoed a string, but want to return a Redirect object. Because Symphony | echoed a string, but want to return a Redirect object. Because Symfony
| only checks if headers have been sent, your redirect just silently fails. | only checks if headers have been sent, your redirect just silently fails.
| |
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment