php lint (syntax validation) support
[phorkie.git] / data / config.default.php
index 443328d68419981a5e63d1a8f9098f6b68517960..b07f042c76ef4a0fce229449ddba0c36202fa5af 100644 (file)
@@ -7,7 +7,8 @@ $GLOBALS['phorkie']['cfg'] = array(
     'css'     => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css',
 );
 $GLOBALS['phorkie']['tools'] = array(
     'css'     => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css',
 );
 $GLOBALS['phorkie']['tools'] = array(
-    '\\phorkie\\Tool_Xmllint'
+    '\\phorkie\\Tool_Xmllint',
+    '\\phorkie\\Tool_PHPlint',
 );
 /**
  * Array of supported file types / languages.
 );
 /**
  * Array of supported file types / languages.