This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Router script for running eZ Publish CMS on top of PHP 5.4 built-in webserver | |
* WARNING !!! Use it for DEVELOPMENT purpose ONLY !!! | |
* This script is provided as is, use it at your own risk ! | |
* | |
* @copyright Copyright (C) 2011 Jérôme Vieilledent. All rights reserved. | |
* @license http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2 | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php | |
<?php | |
/** | |
* Git pre-commit hook for PHP code quality | |
* install with `<path-to-file> install` | |
*/ | |
class PreCommitHook | |
{ | |
/** |