@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | /** |
29 | 29 | * {@inheritdoc} |
30 | 30 | * |
31 | - * @return array |
|
31 | + * @return string[] |
|
32 | 32 | */ |
33 | 33 | public function options($actionID) |
34 | 34 | { |
@@ -38,8 +38,6 @@ discard block |
||
38 | 38 | /** |
39 | 39 | * Exports the Craft datamodel. |
40 | 40 | * |
41 | - * @param string $file file to write the schema to |
|
42 | - * @param array $exclude Data to not export |
|
43 | 41 | * |
44 | 42 | * @return int |
45 | 43 | */ |
@@ -67,9 +65,8 @@ discard block |
||
67 | 65 | * Export to Yaml file. |
68 | 66 | * |
69 | 67 | * @param string $file |
70 | - * @param bool $autoCreate |
|
71 | 68 | * |
72 | - * @return Result |
|
69 | + * @return boolean |
|
73 | 70 | */ |
74 | 71 | public function exportToYaml($file, $dataTypes) |
75 | 72 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Craft; |
6 | 6 | use craft\base\Model; |
7 | 7 | use craft\base\Field; |
8 | -use craft\models\FieldLayout; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * Schematic Fields Service. |
@@ -41,7 +41,6 @@ discard block |
||
41 | 41 | /** |
42 | 42 | * Get group definition. |
43 | 43 | * |
44 | - * @param UserGroupModel $group |
|
45 | 44 | * |
46 | 45 | * @return array |
47 | 46 | */ |
@@ -55,7 +54,7 @@ discard block |
||
55 | 54 | /** |
56 | 55 | * Get group permissions. |
57 | 56 | * |
58 | - * @param $group |
|
57 | + * @param Model $group |
|
59 | 58 | * |
60 | 59 | * @return array|string |
61 | 60 | */ |