PHP highlighting colors could now be managed by the new PreferencePage
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPType.java
index c4fb644..9880c6e 100644 (file)
@@ -8,8 +8,8 @@ package net.sourceforge.phpeclipse.phpeditor.php;
  * To enable and disable the creation of type comments go to
  * Window>Preferences>Java>Code Generation.
  */
-public class PHPType extends PHPElement{
-       public PHPType(String Name, String Description){
-       super(Name, Description);
-       }
+public class PHPType extends PHPElement {
+  public PHPType(String Name, String Description) {
+    super(Name, Description);
+  }
 }
\ No newline at end of file