import net.sourceforge.phpdt.internal.compiler.parser.SyntaxError;
import net.sourceforge.phpdt.internal.compiler.util.Util;
import net.sourceforge.phpeclipse.PHPeclipsePlugin;
-import net.sourceforge.phpeclipse.obfuscator.PHPIdentifier;
+//import net.sourceforge.phpeclipse.obfuscator.PHPIdentifier;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.runtime.CoreException;
ident = fScanner.getCurrentIdentifierSource();
addIdentifierInformation('v', ident, buf,
phpdocOffset, phpdocLength);
- }
- skipComments();
- if (fToken == TokenNameCOMMA) {
skipComments();
- }
+ if (fToken == TokenNameCOMMA) {
+ skipComments();
+ }
+ }
} while (fToken != TokenNameRPAREN );
}
parseDeclarations(null, buf, true);