tedious / Stash

The place to keep your cache.
http://www.stashphp.com
BSD 3-Clause "New" or "Revised" License
961 stars 133 forks source link

Notice: Undefined property: Stash\Item::$expiration in src/Stash/Item.php on line 387 #295

Open G4MR opened 8 years ago

G4MR commented 8 years ago

Since expiration doesn't have a value set then it sometimes triggers a warning saying the property doesn't have a value defined which is pretty annoying. Since there's already a cacheTime static default value why not automatically set an expiration to that value when calling save without a time value?

v0.14.X