Completed
Push — master ( d52521...4a3ea3 )
by Sergio
01:14
created
src/SwiperSliderAsset.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace coderius\swiperslider;
12 12
 
13
-use Yii;
14 13
 use yii\web\AssetBundle;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * @see yii\web\AssetBundle
50 50
      *
51 51
      * @param string $ext
52
-     * @param array  $paths
52
+     * @param string[]  $paths
53 53
      *
54 54
      * @return void
55 55
      */
Please login to merge, or discard this patch.
src/SwiperSlider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
     /**
177 177
      * Create html elements for widget.
178 178
      *
179
-     * @return void
179
+     * @return string
180 180
      */
181 181
     protected function makeHtml()
182 182
     {
Please login to merge, or discard this patch.