Deleted tooltips "empty selection" behaviour
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / compiler / ITerminalSymbols.java
index 86883a8..4c77716 100644 (file)
@@ -23,6 +23,7 @@ public interface ITerminalSymbols {
 
   public final static String[] PHP_TYPES =
     {
+       "array",
       "string",
       "object",
       "bool",