We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b63611 commit 7c4ca1aCopy full SHA for 7c4ca1a
src/Illuminate/Cache/Repository.php
@@ -578,7 +578,7 @@ public function getStore()
578
/**
579
* Fire an event for this cache instance.
580
*
581
- * @param string $event
+ * @param object|string $event
582
* @return void
583
*/
584
protected function event($event)
src/Illuminate/Cache/TaggedCache.php
@@ -105,7 +105,7 @@ public function taggedItemKey($key)
105
106
107
108
+ * @param \Illuminate\Cache\Events\CacheEvent $event
109
110
111
0 commit comments