@@ -53,6 +53,7 @@ |
||
| 53 | 53 | |
| 54 | 54 | /** |
| 55 | 55 | * {@inheritdoc} |
| 56 | + * @param string $mimeType |
|
| 56 | 57 | */ |
| 57 | 58 | public function resolveGeneratorClass($mimeType) |
| 58 | 59 | { |
@@ -100,7 +100,6 @@ |
||
| 100 | 100 | * Sets orientation for the $route. |
| 101 | 101 | * |
| 102 | 102 | * @param string $route |
| 103 | - * @param string $orientation |
|
| 104 | 103 | */ |
| 105 | 104 | public function set($route, $options = []) |
| 106 | 105 | { |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace hipanel\actions; |
| 12 | 12 | |
| 13 | 13 | use hipanel\base\FilterStorage; |
| 14 | -use hipanel\models\IndexPageUiOptions; |
|
| 15 | 14 | use Yii; |
| 16 | 15 | use yii\helpers\ArrayHelper; |
| 17 | 16 | use yii\helpers\Inflector; |
@@ -336,7 +336,6 @@ |
||
| 336 | 336 | * Renders button to choose representation. |
| 337 | 337 | * Returns empty string when nothing to choose (less then 2 representations available). |
| 338 | 338 | * @param array $grid class |
| 339 | - * @param mixed $current selected representation |
|
| 340 | 339 | * @return string rendered HTML |
| 341 | 340 | */ |
| 342 | 341 | public function renderRepresentations($grid) |