#133435 by jpetso: fix arg() phpdoc to document that NULL is returned when an argument is not found
parent
ac914745c6
commit
ced4e284e3
|
|
@ -153,7 +153,7 @@ function drupal_get_normal_path($path, $path_language = '') {
|
|||
* (forward-slash), and where the first component has an index of 0 (zero).
|
||||
*
|
||||
* @return
|
||||
* The component specified by $index, or FALSE if the specified component was
|
||||
* The component specified by $index, or NULL if the specified component was
|
||||
* not found.
|
||||
*/
|
||||
function arg($index = NULL, $path = NULL) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue