Additional minor documentation updates
authorMatthias Schmidt <gravatronics@live.com>
Tue, 9 Aug 2011 08:09:55 +0000 (10:09 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 9 Aug 2011 08:09:55 +0000 (10:09 +0200)
wcfsetup/install/files/lib/util/DirectoryUtil.class.php

index f5c8e8e4f91cf1cb0cbffcbe3598b43fffadfbcc..c0bf6813f89657bd4f4653cf88e4c0cf2b951be0 100644 (file)
@@ -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<DirectoryIterator>
         */
        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');