public static final String PHPPARSER_ORIGINAL =
"net.sourceforge.phpdt.internal.compiler.parser.Parser";
- /** Change this if you want to switch PHP Parser) */
- public static final String PHPPARSER = PHPPARSER_NEW;
+ /** Change this if you want to switch PHP Parser. */
+ public static final String PHPPARSER = PHPPARSER_ORIGINAL;
//The shared instance.
private static PHPeclipsePlugin plugin;