Completed
Pull Request — master (#12871)
by Angel
10:20 queued 13s
created
framework/helpers/BaseStringHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
      * Split a string into based on a regular expression.
274 274
      *
275 275
      * @param string $string the string to be split.
276
-     * @param sring $delimiter regular expression used to separate the string.
276
+     * @param string $delimiter regular expression used to separate the string.
277 277
      * @return string[]
278 278
      * @since 2.0.11
279 279
      */
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
 
285 285
     /**
286 286
      * [splitWords description]
287
-     * @param $string $string the string to be split
287
+     * @param string $string the string to be split
288 288
      * @return string[]
289 289
      * @since 2.0.11
290 290
      */
Please login to merge, or discard this patch.
framework/validators/FileValidator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace yii\validators;
9 9
 
10 10
 use Yii;
11
-use yii\helpers\ArrayHelper;
12 11
 use yii\helpers\Html;
13 12
 use yii\helpers\Json;
14 13
 use yii\helpers\StringHelper;
Please login to merge, or discard this patch.