From 84fee8e038581781a81abd8a20809d913700c840 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 30 May 2011 09:30:50 +0000 Subject: [PATCH] cannot use var with other visibility keywords git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311569 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/visibility.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/language/oop5/visibility.xml b/language/oop5/visibility.xml index 27fe27d362..dbc98b58e6 100644 --- a/language/oop5/visibility.xml +++ b/language/oop5/visibility.xml @@ -17,9 +17,8 @@ Property Visibility Class properties must be defined as public, private, or - protected. If declared using var without an - explicit visibility keyword, the property will be defined as - public. + protected. If declared using var, + the property will be defined as public.