Completed
Push — 8.x-1.x ( fef2e1...0fa5ac )
by
unknown
25:33
created
src/EventSubscriber/HttpCacheEventSubscriber.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @param $age
141
+     * @param integer $age
142 142
      *
143 143
      * @return float
144 144
      */
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
     /**
223 223
      * @param Cache $configuration
224 224
      *
225
-     * @return bool|\DateTime
225
+     * @return null|\DateTime
226 226
      */
227 227
     protected function calculateExpires(Cache $configuration)
228 228
     {
Please login to merge, or discard this patch.