Completed
Push — tests ( bf6e7f...77e6ac )
by Alimzhan
31:02 queued 28:44
created
src/Module.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,6 +44,10 @@  discard block
 block discarded – undo
44 44
         ];
45 45
     }
46 46
 
47
+    /**
48
+     * @param string $category
49
+     * @param string $message
50
+     */
47 51
     public static function t($category, $message, $params = [], $language = null)
48 52
     {
49 53
         return \Yii::t('nemmo/' . $category, $message, $params, $language);
@@ -109,7 +113,7 @@  discard block
 block discarded – undo
109 113
 
110 114
     /**
111 115
      * @param $filePath string
112
-     * @param $owner
116
+     * @param \yii\base\Component $owner
113 117
      * @return bool|File
114 118
      * @throws \Exception
115 119
      * @throws \yii\base\InvalidConfigException
Please login to merge, or discard this patch.