From 7f79d8835b340397d2fd6633da4d52dc535e8677 Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Thu, 8 May 2014 16:43:45 +0000 Subject: [PATCH] Fix 67228; true and false are not keywords; they are constants. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333500 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/boolean.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/types/boolean.xml b/language/types/boolean.xml index b845e97639..3f0d4b24fc 100644 --- a/language/types/boolean.xml +++ b/language/types/boolean.xml @@ -11,7 +11,7 @@ Syntax - To specify a boolean literal, use the keywords &true; or + To specify a boolean literal, use the constants &true; or &false;. Both are case-insensitive.