From 17e93774d1593d65395fe26d96845624ba25f6bf Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Mon, 12 Apr 2010 23:06:29 +0000 Subject: [PATCH] Not *every* class definition matches this pattern, only basic classes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297937 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 9e84a605b2..7646f326b7 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -7,7 +7,7 @@ class - Every class definition begins with the + Basic class definition begins with the keyword class, followed by a class name, followed by a pair of curly braces which enclose the definitions of the class's properties and methods.