Completed
Pull Request — master (#1258)
by
unknown
01:33
created
Command/WarmCacheCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     /**
71 71
      * Returns Logger Closure
72 72
      *
73
-     * @return callable
73
+     * @return \Closure
74 74
      */
75 75
     protected function getLoggerClosure(OutputInterface $output)
76 76
     {
Please login to merge, or discard this patch.
Imagine/Cache/CacheWarmer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -234,6 +234,9 @@
 block discarded – undo
234 234
         return $successfulWarmedPaths;
235 235
     }
236 236
 
237
+    /**
238
+     * @param string $message
239
+     */
237 240
     protected function log($message, $type = 'info')
238 241
     {
239 242
         if (is_callable($this->loggerClosure)) {
Please login to merge, or discard this patch.