Redmine : #STORY-ID
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 fpondepeyre on github. | |
| * I am fpondepeyre (https://keybase.io/fpondepeyre) on keybase. | |
| * I have a public key ASB1gY3ke1ua2FTcZAuhenmp6Ldn7287wOOiPmX2zxN9Nwo | |
| 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
| <?php | |
| namespace Acme\Bundle\BlogBundle\Controller; | |
| use Symfony\Bundle\FrameworkBundle\Controller\Controller; | |
| use Symfony\Component\HttpFoundation\Response; | |
| /** | |
| * Abstract 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 | |
| /** | |
| * Earliest deadline first scheduling | |
| * https://en.wikipedia.org/wiki/Earliest_deadline_first_scheduling | |
| */ | |
| // params 1 | |
| $beginWithDurations = array( | |
| array(2,5), |