Align comments

This commit is contained in:
Malcolm Fell 2013-06-30 12:50:36 +12:00
parent b4f8fbe657
commit ec625a2192

View File

@ -435,7 +435,7 @@ class MyOtherClass extends MyClass
$my_other_class = new MyOtherClass('Instance prop');
$my_other_class->printProtectedProperty(); // => Prints "protected"
$my_other_class->myMethod(); // Prints "MyClass > MyOtherClass"
$my_other_class->myMethod(); // Prints "MyClass > MyOtherClass"
final class YouCannotExtendMe {
}