From b9ffa6b92277d3dc8a4eca77119ea098e20f36f0 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 13 Apr 2012 20:26:17 +0200 Subject: php lint (syntax validation) support --- data/config.default.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/config.default.php b/data/config.default.php index 443328d..b07f042 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -7,7 +7,8 @@ $GLOBALS['phorkie']['cfg'] = 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. -- cgit v1.2.3