Completed
Pull Request — master (#6)
by Richan
14:34
created
src/CacheableObserver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Fire cacheable events
33 33
      *
34
-     * @param  \Cacheable\Events\CacheableEvent $event
34
+     * @param  CacheableEvent $event
35 35
      * @return mixed
36 36
      */
37 37
     public function fireEvent(CacheableEvent $event)
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      * Tell the cacheable service to flush all cache
48 48
      * that related to the given model.
49 49
      *
50
-     * @param \Illuminate\Database\Eloquent\Model $model
50
+     * @param CacheableModel $model
51 51
      *
52 52
      * @return void
53 53
      */
Please login to merge, or discard this patch.