File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
user_guide_src/source/helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
* @param string
58
58
* @param bool checks to see if the path exists
59
59
* @return string
60
- * @throws InvalidArgumentException
60
+ * @throws InvalidArgumentException When the input path is invalid
61
61
*/
62
62
function set_realpath ($ path , $ check_existance = FALSE )
63
63
{
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The following functions are available:
31
31
:param bool $check_existance: Whether to check if the path actually exists
32
32
:returns: An absolute path
33
33
:rtype: string
34
- :throws: InvalidArgumentException
34
+ :throws: InvalidArgumentException When the input path is invalid
35
35
36
36
This function will return a server path without symbolic links or
37
37
relative directory structures. An optional second argument will
You can’t perform that action at this time.
0 commit comments