Failed Conditions
Pull Request — master (#24)
by Chad
02:30 queued 32s
created
src/Cache/MongoCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      *
67 67
      * @param RequestInterface $request A request for which the response may be cached.
68 68
      *
69
-     * @return ResponseInterface|null
69
+     * @return null|Response
70 70
      */
71 71
     public function get(RequestInterface $request)
72 72
     {
Please login to merge, or discard this patch.