Completed
Push — master ( 822374...05ac14 )
by Antonio
03:28
created
src/Plugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 
74 74
     /**
75 75
      * Returns the processed js options
76
-     * @return array
76
+     * @return string
77 77
      */
78 78
     public function getOptions()
79 79
     {
Please login to merge, or discard this patch.
src/controls/Layers.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
 namespace dosamigos\leaflet\controls;
8 8
 
9 9
 
10
+use dosamigos\leaflet\LeafLet;
10 11
 use dosamigos\leaflet\layers\LayerGroup;
11 12
 use dosamigos\leaflet\layers\TileLayer;
12
-use dosamigos\leaflet\LeafLet;
13 13
 use yii\base\InvalidParamException;
14 14
 use yii\helpers\Json;
15 15
 use yii\web\JsExpression;
Please login to merge, or discard this patch.
src/widgets/Map.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use dosamigos\leaflet\LeafLetAsset;
12 12
 use yii\base\InvalidConfigException;
13 13
 use yii\base\Widget;
14
-use yii\helpers\ArrayHelper;
15 14
 use yii\helpers\Html;
16 15
 use yii\helpers\Json;
17 16
 
Please login to merge, or discard this patch.