detection of globals on superglobals (and some warnings ...)
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / ArrayDeclarator.java
index 92fcd24..8d2930a 100644 (file)
@@ -35,7 +35,7 @@ public class ArrayDeclarator extends AbstractVariable {
 
   /**
    * Return the name of the variable.
-   * @return the name of the prefix variable
+   * @return the name of the functionName variable
    */
   public String getName() {
     return prefix.getName();