Completed
Push — master ( ab1d0f...fb8034 )
by Tomáš
14:22
created
FrontendModule/presenters/BasePresenter.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,6 +289,9 @@  discard block
 block discarded – undo
289 289
         return $url;
290 290
     }
291 291
 
292
+    /**
293
+     * @param string $class
294
+     */
292 295
     public function createTemplate($class = null)
293 296
     {
294 297
         $template = parent::createTemplate($class);
@@ -622,7 +625,7 @@  discard block
 block discarded – undo
622 625
 
623 626
     /**
624 627
     * Formats view template file names.
625
-    * @return array
628
+    * @return string[]
626 629
     */
627 630
     public function formatTemplateFiles()
628 631
     {
Please login to merge, or discard this patch.
AdminModule/presenters/FilesystemPresenter.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,8 @@
 block discarded – undo
247 247
      *
248 248
      * @author Taken from the Drupal.org project
249 249
      * @license GPL 2
250
-     * @return int
250
+     * @param string $size
251
+     * @return double
251 252
      */
252 253
     public function parseFileSize($size)
253 254
     {
Please login to merge, or discard this patch.