From 58190c2db2c1b4655f170a43e0ac625ebcdec43d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 29 Oct 2011 23:27:49 -0500 Subject: [PATCH] tweaking a comment. --- laravel/cookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/cookie.php b/laravel/cookie.php index b2670470..8304c77c 100644 --- a/laravel/cookie.php +++ b/laravel/cookie.php @@ -31,7 +31,7 @@ public static function get($name, $default = null) if ( ! is_null($value)) { - // All Laravel managed cookies are prefixed with a fingerprint hash. + // All Laravel managed cookies are "signed" with a fingerprint hash. // The hash serves to verify that the contents of the cookie have not // been modified by the user. We can verify the integrity of the cookie // by extracting the value and re-hashing it, then comparing that hash