Update comments

This commit is contained in:
Pierre 2018-01-06 18:32:42 +01:00
parent b263d8b5a5
commit 9546895a4d

View File

@ -8,9 +8,9 @@
/** /**
* Get and returns the URL path to an userdata file * Get and returns the URL path to an userdata file
* *
* @param String $fileURI Optionnal, defines the URI pointing on the file * @param string $fileURI Optionnal, defines the URI pointing on the file
* @param Boolean $systemPath Optionnal, defines if system path is required instead of URL * @param bool $systemPath Optionnal, defines if system path is required instead of URL
* @return String The full URL to the userdata file * @return string The full URL to the userdata file
*/ */
function path_user_data(string $fileURI = "", bool $systemPath = false) : string { function path_user_data(string $fileURI = "", bool $systemPath = false) : string {
if(!$systemPath) if(!$systemPath)