From b672d549e9ae68b1c579907768df55a715b50664 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 9 Aug 2011 10:09:55 +0200 Subject: [PATCH] Additional minor documentation updates --- wcfsetup/install/files/lib/util/DirectoryUtil.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'); -- 2.20.1