This file contains hidden or 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/env php | |
<?php | |
/** | |
* Add this file as "prepare-commit-msg" under /my-project/.git/hooks directory | |
* and make it executable. (chmod +x) | |
* | |
* Example: | |
* If Branchname was: "release/MYPRO-1-awesome-feature" | |
* and the commit message you typed in are: "Take this" |
This file contains hidden or 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 | |
namespace TM\Website\Controller\Abstracts; | |
use Silex\Application; | |
/** | |
* Class BaseController | |
* | |
* @package TM\Website\Controller |
This file contains hidden or 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 | |
namespace TM; | |
use Composer\Package\Package; | |
use Composer\Script\Event; | |
/** | |
* Class MyClass | |
* |
NewerOlder