I hereby claim:
- I am FabriZZio on github.
- I am fabrizzio (https://keybase.io/fabrizzio) on keybase.
- I have a public key whose fingerprint is 5BB1 D4EC 9CB3 3D8C E41A F175 B5E8 318B 30C0 18E8
To claim this, I am signing this object:
<?php | |
class PermitAction | |
{ | |
const PROLONG = 'prolong'; | |
const CHANGE_ADDRESS = 'change_address'; | |
/** @var string */ | |
protected $name; |
I hereby claim:
To claim this, I am signing this object:
<?php | |
namespace AppBundle\Controller; | |
use AppBundle\Form\Type\MyFormType; | |
use AppBundle\Model\MyModel; | |
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; | |
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; | |
use Symfony\Bundle\FrameworkBundle\Controller\Controller; | |
use Symfony\Component\HttpFoundation\Request; |