From ced4e284e32e99db2683d02f43928eee5c963b99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu>
Date: Sun, 4 Nov 2007 16:42:45 +0000
Subject: [PATCH] #133435 by jpetso: fix arg() phpdoc to document that NULL is
 returned when an argument is not found

---
 includes/path.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/path.inc b/includes/path.inc
index aa6ae9d4725e..df168c5a44fa 100644
--- a/includes/path.inc
+++ b/includes/path.inc
@@ -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) {
-- 
GitLab