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
### Keybase proof | |
I hereby claim: | |
* I am localheinz on github. | |
* I am localheinz (https://keybase.io/localheinz) on keybase. | |
* I have a public key whose fingerprint is 988E 9FE9 A7F1 3DD6 9FD2 9F0F 3A04 5C98 08E7 46DD | |
To claim this, I am signing this object: |
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 | |
$changes = []; | |
exec( | |
'git diff --cached --name-status --diff-filter=ACM', | |
$changes | |
); |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="/asset/css/styles.less"> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="row"> | |
<div class="span4"> |
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 | |
/** | |
* Please be aware that __($messageId) is just as function that returns $messageId - it is used for gettext to pick up | |
* message ids. | |
*/ | |
$this->inputFilter | |
->add(array( | |
'name' => 'firstname', | |
'validators' => array( |
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 | |
// module/MyNamespace/Module.php | |
namespace MyNamespace; | |
use Zend\ModuleManager\Feature\ConfigProviderInterface; | |
use Zend\ModuleManager\Feature\ServiceProviderInterface; | |
use Zend\ServiceManager\ServiceManager; |
NewerOlder