Completed
Pull Request — master (#20)
by
unknown
10:32 queued 05:08
created
Aop/Interceptor/AbstractCacheOperation.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -113,6 +113,9 @@
 block discarded – undo
113 113
         return $key;
114 114
     }
115 115
 
116
+    /**
117
+     * @return string
118
+     */
116 119
     abstract public function getOperationName();
117 120
 
118 121
     public function __destruct()
Please login to merge, or discard this patch.
Tests/Functional/Fixtures/BookService.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -10,6 +10,7 @@
 block discarded – undo
10 10
 {
11 11
     /**
12 12
      * @Cacheable(caches="books", key="isbn")
13
+     * @param string $isbn
13 14
      */
14 15
     public function getBookByIsbn($isbn)
15 16
     {
Please login to merge, or discard this patch.