package net.sourceforge.phpdt.internal.compiler.ast;
-import net.sourceforge.phpdt.internal.compiler.ast.Expression;
-import net.sourceforge.phpdt.internal.compiler.ast.AbstractVariableDeclaration;
import net.sourceforge.phpdt.internal.compiler.parser.Outlineable;
import net.sourceforge.phpdt.internal.ui.PHPUiImages;
import org.eclipse.jface.resource.ImageDescriptor;
if (reference) {
buff = new StringBuffer("&$"); //$NON-NLS-1$
} else {
- buff = new StringBuffer('$');//$NON-NLS-1$
+ buff = new StringBuffer("$");//$NON-NLS-1$
}
buff.append(name);
if (initialization != null) {