Completed
Push — master ( 894904...72efe8 )
by Dmitry
04:45 queued 01:09
created
src/console/TranslateController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -206,6 +206,9 @@
 block discarded – undo
206 206
         return $translation;
207 207
     }
208 208
 
209
+    /**
210
+     * @param string $dirName
211
+     */
209 212
     protected function saveMessagesToPHPEnhanced($messages, $dirName, $overwrite, $removeUnused, $sort, $language)
210 213
     {
211 214
         foreach ($messages as $category => $msgs) {
Please login to merge, or discard this patch.
src/actions/ClassValuesAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace hipanel\actions;
13 13
 
14 14
 use hiqdev\hiart\Collection;
15
-use Closure;
16 15
 use Yii;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
src/widgets/FileRender.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@
 block discarded – undo
50 50
         return $this->render($this->getOrientationStorage());
51 51
     }
52 52
 
53
+    /**
54
+     * @return string
55
+     */
53 56
     public function getOrientationStorage()
54 57
     {
55 58
         return OrientationStorage::instantiate()->get(Yii::$app->controller->getRoute());
Please login to merge, or discard this patch.
src/views/reminder/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use hipanel\grid\ReminderGridView;
4
-use hipanel\modules\stock\grid\PartGridView;
5 4
 use hipanel\widgets\IndexLayoutSwitcher;
6 5
 use hipanel\widgets\IndexPage;
7 6
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.