mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-06 12:17:58 +00:00
Autoformat of code
This commit is contained in:
@@ -4,6 +4,7 @@ namespace App\Domain\SecureCRUDManagement;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @todo Implement!
|
||||
*/
|
||||
abstract class AbstractSecureCRUD implements SecureCRUDInterface
|
||||
|
||||
@@ -4,6 +4,7 @@ namespace App\Domain\SecureCRUDManagement\Create;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @todo Implement!
|
||||
*/
|
||||
abstract class AbstractSecureCreator implements SecureCreatorInterface
|
||||
|
||||
@@ -7,8 +7,8 @@ use App\Entity\EntityInterface;
|
||||
|
||||
/**
|
||||
* @todo Implement!
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface SecureCreatorInterface extends SecureCRUDInterface
|
||||
{
|
||||
|
||||
@@ -4,6 +4,7 @@ namespace App\Domain\SecureCRUDManagement\Create;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @todo Implement!
|
||||
*/
|
||||
interface SecureSourceCreatorInterface extends SecureCreatorInterface
|
||||
|
||||
@@ -9,8 +9,8 @@ use Symfony\Component\Security\Core\Security;
|
||||
use Symfony\Component\HttpFoundation\RequestStack;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @todo Implement!
|
||||
* @todo substitute through child classes!
|
||||
*/
|
||||
|
||||
@@ -4,8 +4,8 @@ namespace App\Domain\SecureCRUDManagement;
|
||||
|
||||
/**
|
||||
* @todo Implement!
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface SecureCRUDInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user