Completed
Push — master ( 22c6fd...5ce682 )
by
unknown
11:12
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.