From f2b08c959ca4d54a96a66e623e576c35be3034be Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Mon, 9 Sep 2013 09:38:32 +0000 Subject: [PATCH] Add missing semi-colon in type comparison tables for consistency --- Provided by PHDOE anonymous user #33336 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331317 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/comparisons.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/comparisons.xml b/appendices/comparisons.xml index d2b8f1c03e..4d2f38781a 100644 --- a/appendices/comparisons.xml +++ b/appendices/comparisons.xml @@ -69,7 +69,7 @@ &false; - $x = null + $x = null; NULL &true; &true;