I hereby claim:
- I am frodosghost on github.
- I am frodosghost (https://keybase.io/frodosghost) on keybase.
- I have a public key ASCjXhben2bdA5Zk-N27SCbBCDm127WRyO2gkmryZ-K9dAo
To claim this, I am signing this object:
| <?php | |
| namespace AppBundle\EventListener; | |
| use Symfony\Component\HttpFoundation\Response; | |
| use Symfony\Component\HttpKernel\HttpKernelInterface; | |
| use Symfony\Component\HttpKernel\Event\GetResponseEvent; | |
| use Symfony\Component\HttpKernel\Event\FilterResponseEvent; | |
| <?php | |
| namespace Session\Storage; | |
| use Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage; | |
| /** | |
| * Session storage that avoids using _sf2_attributes subkey in the $_SESSION | |
| * superglobal but instead it uses the root variable. | |
| * |
| <?php | |
| /** | |
| * BubbleSort in PHP | |
| * | |
| * @param array $data | |
| * @return array | |
| */ | |
| function bubblesort ($data) { | |
| $length = count($data); |
I hereby claim:
To claim this, I am signing this object: