Completed
Pull Request — master (#15633)
by Brandon
13:26
created
framework/helpers/BaseFileHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -636,7 +636,7 @@
 block discarded – undo
636 636
      * @param string $pattern
637 637
      * @param bool $caseSensitive
638 638
      * @throws \yii\base\InvalidArgumentException
639
-     * @return array with keys: (string) pattern, (int) flags, (int|bool) firstWildcard
639
+     * @return string with keys: (string) pattern, (int) flags, (int|bool) firstWildcard
640 640
      */
641 641
     private static function parseExcludePattern($pattern, $caseSensitive)
642 642
     {
Please login to merge, or discard this patch.