From: Matthias Schmidt Date: Tue, 9 Aug 2011 08:09:55 +0000 (+0200) Subject: Additional minor documentation updates X-Git-Tag: 2.0.0_Beta_1~1900^2~2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b672d549e9ae68b1c579907768df55a715b50664;p=GitHub%2FWoltLab%2FWCF.git Additional minor documentation updates --- diff --git a/wcfsetup/install/files/lib/util/DirectoryUtil.class.php b/wcfsetup/install/files/lib/util/DirectoryUtil.class.php index f5c8e8e4f9..c0bf6813f8 100644 --- a/wcfsetup/install/files/lib/util/DirectoryUtil.class.php +++ b/wcfsetup/install/files/lib/util/DirectoryUtil.class.php @@ -168,9 +168,9 @@ class DirectoryUtil { /** * Returns a sorted list of files, with DirectoryIterator object as value * - * @param integer $order sort-order - * @param string $pattern pattern to match - * @param boolean $negativeMatch should the pattern be inversed + * @param integer $order sort order + * @param string $pattern pattern to match + * @param boolean $negativeMatch should the pattern be inversed * @return array */ public function getFilesObj($order = SORT_ASC, $pattern = '', $negativeMatch = false) { @@ -292,7 +292,7 @@ class DirectoryUtil { /** * Removes all files that match the given pattern. * - * @param string $pattern regex pattern + * @param string $pattern pattern to match */ public function removePattern($pattern) { if (!$this->recursive) throw new SystemException('Removing of files only works in recursive mode');