Completed
Pull Request — master (#15633)
by Brandon
45:09 queued 38:11
created
framework/helpers/BaseFileHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -782,7 +782,7 @@
 block discarded – undo
782 782
      * @param bool   $caseSensitive
783 783
      *
784 784
      * @throws \yii\base\InvalidArgumentException
785
-     * @return array with keys: (string) pattern, (int) flags, (int|bool) firstWildcard
785
+     * @return string with keys: (string) pattern, (int) flags, (int|bool) firstWildcard
786 786
      */
787 787
     private static function parseExcludePattern($pattern, $caseSensitive)
788 788
     {
Please login to merge, or discard this patch.