Completed
Pull Request — master (#1)
by Sergio
27:24 queued 14:37
created
src/SwiperSliderAsset.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * @see yii\web\AssetBundle
48 48
      *
49 49
      * @param string $ext
50
-     * @param array $paths
50
+     * @param string[] $paths
51 51
      * @return void
52 52
      */
53 53
     public function setupAssets($ext, $paths)
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
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
     /**
182 182
      * Create html elements for widget
183 183
      *
184
-     * @return void
184
+     * @return string
185 185
      */
186 186
     protected function makeHtml()
187 187
     {
Please login to merge, or discard this patch.