cleaning up classes.

This commit is contained in:
Taylor Otwell
2012-02-23 16:18:08 -06:00
parent fadadd0f62
commit 160e839e81
2 changed files with 26 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ class Cookie {
// All cookies are stored in the "jar" when set and not sent directly to the
// browser. This simply makes testing all of the cookie stuff very easy
// since the jar can be inspected by the tests.
// since the jar can be inspected by the application's tests.
foreach (static::$jar as $cookie)
{
static::set($cookie);