diff options
author | Steve Clay <steve@mrclay.org> | 2013-02-04 20:37:25 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2013-02-09 07:47:28 -0500 |
commit | 85e4c16f39a8b00b229644bcd175663541dfd51a (patch) | |
tree | 49a503ec7eebe24f19025fe5ac0c890857cf86cf /engine/lib/filestore.php | |
parent | 2cd87bb4ecf6df7b3aea9189cf1933ac3a78038c (diff) | |
download | elgg-85e4c16f39a8b00b229644bcd175663541dfd51a.tar.gz elgg-85e4c16f39a8b00b229644bcd175663541dfd51a.tar.bz2 |
Doc fixes and inline type hints for variables (big static analysis cleanup)
Diffstat (limited to 'engine/lib/filestore.php')
-rw-r--r-- | engine/lib/filestore.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php index 93a127257..677fac931 100644 --- a/engine/lib/filestore.php +++ b/engine/lib/filestore.php @@ -383,7 +383,7 @@ function file_get_general_file_type($mimetype) { /** * Delete a directory and all its contents * - * @param str $directory Directory to delete + * @param string $directory Directory to delete * * @return bool */ @@ -500,7 +500,7 @@ function filestore_init() { /** * Unit tests for files * - * @param sting $hook unit_test + * @param string $hook unit_test * @param string $type system * @param mixed $value Array of tests * @param mixed $params Params |