Autoformat of code

This commit is contained in:
Kevin Frantz 2019-01-06 20:04:11 +01:00
parent edf0a34e59
commit 7e685954cf
12 changed files with 13 additions and 6 deletions

View File

@ -9,7 +9,9 @@ use App\Domain\SecureCRUDManagement\SecureCRUDFactoryService;
/**
* @author kevinfrantz
*
* @todo Implement!
*
* @see https://de.wikipedia.org/wiki/CRUD
*/
abstract class AbstractAPIController extends AbstractController

View File

@ -8,8 +8,8 @@ use Symfony\Component\HttpFoundation\Response;
use App\Domain\SecureCRUDManagement\SecureCRUDFactoryService;
/**
*
* @author kevinfrantz
*
* @todo Implement!
*/
class HeredityApiController extends AbstractAPIController

View File

@ -9,6 +9,7 @@ use App\Domain\SecureCRUDManagement\SecureCRUDFactoryService;
/**
* @author kevinfrantz
*
* @todo Implement!
*/
class LawApiController extends AbstractAPIController

View File

@ -8,8 +8,8 @@ use Symfony\Component\HttpFoundation\Response;
use App\Domain\SecureCRUDManagement\SecureCRUDFactoryService;
/**
*
* @author kevinfrantz
*
* @todo Implement!
*/
class MemberApiController extends AbstractAPIController

View File

@ -8,8 +8,8 @@ use Symfony\Component\HttpFoundation\Response;
use App\Domain\SecureCRUDManagement\SecureCRUDFactoryService;
/**
*
* @author kevinfrantz
*
* @todo Implement!
*/
class RightApiController extends AbstractAPIController

View File

@ -12,6 +12,7 @@ use App\Domain\SecureCRUDManagement\Create\SecureSourceCreatorInterface;
/**
* @author kevinfrantz
*
* @todo Implement!
*/
class SourceApiController extends AbstractAPIController

View File

@ -4,6 +4,7 @@ namespace App\Domain\SecureCRUDManagement;
/**
* @author kevinfrantz
*
* @todo Implement!
*/
abstract class AbstractSecureCRUD implements SecureCRUDInterface

View File

@ -4,6 +4,7 @@ namespace App\Domain\SecureCRUDManagement\Create;
/**
* @author kevinfrantz
*
* @todo Implement!
*/
abstract class AbstractSecureCreator implements SecureCreatorInterface

View File

@ -7,8 +7,8 @@ use App\Entity\EntityInterface;
/**
* @todo Implement!
* @author kevinfrantz
*
* @author kevinfrantz
*/
interface SecureCreatorInterface extends SecureCRUDInterface
{

View File

@ -4,6 +4,7 @@ namespace App\Domain\SecureCRUDManagement\Create;
/**
* @author kevinfrantz
*
* @todo Implement!
*/
interface SecureSourceCreatorInterface extends SecureCreatorInterface

View File

@ -9,8 +9,8 @@ use Symfony\Component\Security\Core\Security;
use Symfony\Component\HttpFoundation\RequestStack;
/**
*
* @author kevinfrantz
*
* @todo Implement!
* @todo substitute through child classes!
*/

View File

@ -4,8 +4,8 @@ namespace App\Domain\SecureCRUDManagement;
/**
* @todo Implement!
* @author kevinfrantz
*
* @author kevinfrantz
*/
interface SecureCRUDInterface
{