Completed
Push — 8.x-1.x ( 518784...5a1527 )
by
unknown
28:30
created
src/EventSubscriber/ParamConverterEventSubscriber.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,9 +63,9 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param $controller
66
+     * @param callable $controller
67 67
      *
68
-     * @return \ReflectionFunction|\ReflectionMethod
68
+     * @return \ReflectionFunctionAbstract
69 69
      */
70 70
     protected function resolveMethod($controller)
71 71
     {
Please login to merge, or discard this patch.
src/EventSubscriber/HttpCacheEventSubscriber.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
     /**
194 194
      * @param Cache $configuration
195 195
      *
196
-     * @return bool|\DateTime
196
+     * @return null|\DateTime
197 197
      */
198 198
     protected function calculateExpires(Cache $configuration)
199 199
     {
Please login to merge, or discard this patch.