From f4b02fa1b73d13faaf8dd1bbc84e87537dadfe9e Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 6 Aug 2015 14:37:07 -0700 Subject: [PATCH] Documentation fixes --- resources/DirectoryLister.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/DirectoryLister.php b/resources/DirectoryLister.php index f42e4c2..4bc4002 100644 --- a/resources/DirectoryLister.php +++ b/resources/DirectoryLister.php @@ -66,7 +66,7 @@ class DirectoryLister { /** * Creates the directory listing and returns the formatted XHTML * - * @param string $path Relative path of directory to list + * @param string $directory Relative path of directory to list * @return array Array of directory being listed * @access public */ @@ -280,7 +280,7 @@ class DirectoryLister { /** * Returns array of file hash values * - * @param string $path Path to file + * @param string $filePath Path to file * @return array Array of file hashes * @access public */ @@ -371,7 +371,7 @@ class DirectoryLister { /** * Validates and returns the directory path * - * @param string @dir Directory path + * @param string $dir Directory path * @return string Directory path to be listed * @access protected */ @@ -433,7 +433,7 @@ class DirectoryLister { * file path, size, modification time, icon and sort order. * * @param string $directory Directory path - * @param @sort Sort method (default = natcase) + * @param string $sort Sort method (default = natcase) * @return array Array of the directory contents * @access protected */