@@ -24,7 +24,7 @@ |
||
| 24 | 24 | /** |
| 25 | 25 | * Load fieldlayout behavior |
| 26 | 26 | * |
| 27 | - * @return array |
|
| 27 | + * @return string[] |
|
| 28 | 28 | */ |
| 29 | 29 | public function behaviors() |
| 30 | 30 | { |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | /** |
| 24 | 24 | * Load sources behaviors |
| 25 | 25 | * |
| 26 | - * @return array |
|
| 26 | + * @return string[] |
|
| 27 | 27 | */ |
| 28 | 28 | public function behaviors() |
| 29 | 29 | { |
@@ -23,8 +23,6 @@ discard block |
||
| 23 | 23 | /** |
| 24 | 24 | * Exports the Craft datamodel. |
| 25 | 25 | * |
| 26 | - * @param string $file file to write the schema to |
|
| 27 | - * @param array $exclude Data to not export |
|
| 28 | 26 | * |
| 29 | 27 | * @return int |
| 30 | 28 | */ |
@@ -42,7 +40,6 @@ discard block |
||
| 42 | 40 | * Export to Yaml file. |
| 43 | 41 | * |
| 44 | 42 | * @param string $file |
| 45 | - * @param bool $autoCreate |
|
| 46 | 43 | * |
| 47 | 44 | * @return int |
| 48 | 45 | */ |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | /** |
| 27 | 27 | * {@inheritdoc} |
| 28 | 28 | * |
| 29 | - * @return array |
|
| 29 | + * @return string[] |
|
| 30 | 30 | */ |
| 31 | 31 | public function options($actionID) |
| 32 | 32 | { |
@@ -52,7 +52,6 @@ |
||
| 52 | 52 | * @param FieldModel $field |
| 53 | 53 | * @param string $fieldHandle |
| 54 | 54 | * @param FieldGroupModel|null $group |
| 55 | - * @param bool $force |
|
| 56 | 55 | */ |
| 57 | 56 | public function populate(array $fieldDefinition, FieldModel $field, $fieldHandle, FieldGroupModel $group = null) |
| 58 | 57 | { |
@@ -88,7 +88,6 @@ discard block |
||
| 88 | 88 | * @param FieldModel $field |
| 89 | 89 | * @param string $fieldHandle |
| 90 | 90 | * @param FieldGroupModel|null $group |
| 91 | - * @param bool $force |
|
| 92 | 91 | */ |
| 93 | 92 | public function populate(array $fieldDefinition, FieldModel $field, $fieldHandle, FieldGroupModel $group = null) |
| 94 | 93 | { |
@@ -106,7 +105,6 @@ discard block |
||
| 106 | 105 | * |
| 107 | 106 | * @param array $fieldDefinition |
| 108 | 107 | * @param FieldModel $field |
| 109 | - * @param bool $force |
|
| 110 | 108 | * |
| 111 | 109 | * @return mixed |
| 112 | 110 | */ |
@@ -60,7 +60,6 @@ |
||
| 60 | 60 | /** |
| 61 | 61 | * @param array $fieldDefinition |
| 62 | 62 | * @param FieldModel $field |
| 63 | - * @param bool $force |
|
| 64 | 63 | * |
| 65 | 64 | * @return SuperTable_BlockTypeModel[] |
| 66 | 65 | */ |
@@ -27,7 +27,6 @@ discard block |
||
| 27 | 27 | //============================================================================================================== |
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | - * @param array $data |
|
| 31 | 30 | * |
| 32 | 31 | * @return array |
| 33 | 32 | */ |
@@ -65,7 +64,7 @@ discard block |
||
| 65 | 64 | /** |
| 66 | 65 | * @param array $pluginDefinitions |
| 67 | 66 | * |
| 68 | - * @return Result |
|
| 67 | + * @return boolean |
|
| 69 | 68 | */ |
| 70 | 69 | public function import(array $pluginDefinitions) |
| 71 | 70 | { |
@@ -52,7 +52,6 @@ |
||
| 52 | 52 | * @param FieldModel $field |
| 53 | 53 | * @param string $fieldHandle |
| 54 | 54 | * @param FieldGroupModel|null $group |
| 55 | - * @param bool $force |
|
| 56 | 55 | */ |
| 57 | 56 | public function populate(array $fieldDefinition, FieldModel $field, $fieldHandle, FieldGroupModel $group = null) |
| 58 | 57 | { |