release version 2.0.44

This commit is contained in:
Alexander Makarov
2021-12-30 10:50:56 +03:00
parent fe7f5ed0fa
commit 655786b7ed
59 changed files with 208 additions and 259 deletions

View File

@ -509,7 +509,7 @@ class BaseFileHelper
* * `false`: the directory will NOT be returned
*
* - `recursive`: boolean, whether the files under the subdirectories should also be looked for. Defaults to `true`.
* See [[findFiles()]] for more options.
* See [[findFiles()]] for more options.
* @return array directories found under the directory, in no particular order. Ordering depends on the files system used.
* @throws InvalidArgumentException if the dir is invalid.
* @since 2.0.14