DomCI : Change the non existing PHPDocs types
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3269 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
4
file.php
4
file.php
@@ -445,7 +445,7 @@ class file
|
||||
|
||||
/** Return a ini file converted to an array
|
||||
* @param string $filename The filename of the ini file being parsed.
|
||||
* @param bool $process_sections Process the sections
|
||||
* @param boolean $process_sections Process the sections
|
||||
* @return array
|
||||
*/
|
||||
public function parse_ini_file ($filename, $process_sections = false)
|
||||
@@ -513,7 +513,7 @@ class file
|
||||
* If the recurse flag is true, remove the content too (files and
|
||||
* directories)
|
||||
* @param string $dirname The directory to remove
|
||||
* @param bool $recursive Remove recursively
|
||||
* @param boolean $recursive Remove recursively
|
||||
* @return bool true if all is removed, false otherwise
|
||||
* @throws If parent directory not exists, is not writeable or the current
|
||||
* dir is not writeable
|
||||
|
||||
Reference in New Issue
Block a user