X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/test/PHPParserConstants.java b/net.sourceforge.phpeclipse/src/test/PHPParserConstants.java index 088a46a..663594d 100644 --- a/net.sourceforge.phpeclipse/src/test/PHPParserConstants.java +++ b/net.sourceforge.phpeclipse/src/test/PHPParserConstants.java @@ -69,8 +69,8 @@ public interface PHPParserConstants { int COLON = 78; int OR_OR = 79; int AND_AND = 80; - int INCR = 81; - int DECR = 82; + int PLUS_PLUS = 81; + int MINUS_MINUS = 82; int PLUS = 83; int MINUS = 84; int STAR = 85;