Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am abhinavkumar940 on github.
  • I am abhinavkumar (https://keybase.io/abhinavkumar) on keybase.
  • I have a public key ASB1N-rRqaVU7O_wq3GkT5f10mSx8CMYDUiA5mSyk8VmQAo

To claim this, I am signing this object:

<?php
namespace ApiBundle\Service;
use Symfony\Component\Form\FormInterface;
/**
* Description of FormErrorSerializer
*
* @author Abhinav Kumar <abhinav@nimbleimps.com>
<?php
namespace Acme\SecurityBundle\Role;
use Symfony\Component\Security\Core\Role\RoleHierarchyInterface;
use Symfony\Component\Security\Core\Role\RoleHierarchy;
use Acme\SecurityBundle\Entity\RoleRepository;
class DynamicRoleHierarchy implements RoleHierarchyInterface