Completed
Pull Request — master (#114)
by Bart
05:36
created
src/Services/Plugins.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@  discard block
 block discarded – undo
27 27
     //==============================================================================================================
28 28
 
29 29
     /**
30
-    * @param array $data
31 30
     *
32 31
     * @return array
33 32
     */
@@ -66,7 +65,7 @@  discard block
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.