Changes:
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / parser / PHPVarDeclaration.java
index 03a9955..094f97d 100644 (file)
@@ -3,6 +3,7 @@ package net.sourceforge.phpdt.internal.compiler.parser;
 import net.sourceforge.phpdt.internal.ui.PHPUiImages;
 
 import org.eclipse.jface.resource.ImageDescriptor;
+
 import test.PHPVar;
 
 /**
@@ -44,7 +45,7 @@ public class PHPVarDeclaration extends PHPSegment {
     }
 
   /**
-   * Get the PHPVar
+   * Get the PHPVar.
    * @return a phpvar object
    */
   public PHPVar getVariable() {