@@ -27,7 +27,6 @@ discard block |
||
27 | 27 | //============================================================================================================== |
28 | 28 | |
29 | 29 | /** |
30 | - * @param array $data |
|
31 | 30 | * |
32 | 31 | * @return array |
33 | 32 | */ |
@@ -66,7 +65,7 @@ discard block |
||
66 | 65 | * @param array $pluginDefinitions |
67 | 66 | * @param bool $force |
68 | 67 | * |
69 | - * @return Result |
|
68 | + * @return boolean |
|
70 | 69 | */ |
71 | 70 | public function import(array $pluginDefinitions, $force = false) |
72 | 71 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace NerdsAndCompany\Schematic\Services; |
4 | 4 | |
5 | 5 | use Craft; |
6 | -use Craft\Exception; |
|
7 | 6 | use craft\base\Plugin; |
8 | 7 | use yii\base\Component as BaseComponent; |
9 | 8 | use NerdsAndCompany\Schematic\Interfaces\MappingInterface; |