mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 02:04:24 +00:00
Set final keyword - remove redundant information in phpdoc.
This commit is contained in:
parent
c5250a1059
commit
5448238697
@ -41,12 +41,7 @@ use Chill\PersonBundle\Config\ConfigPersonAltNamesHelper;
|
|||||||
use Symfony\Component\Validator\Validator\ValidatorInterface;
|
use Symfony\Component\Validator\Validator\ValidatorInterface;
|
||||||
use Doctrine\ORM\EntityManagerInterface;
|
use Doctrine\ORM\EntityManagerInterface;
|
||||||
|
|
||||||
/**
|
final class PersonController extends AbstractController
|
||||||
* Class PersonController
|
|
||||||
*
|
|
||||||
* @package Chill\PersonBundle\Controller
|
|
||||||
*/
|
|
||||||
class PersonController extends AbstractController
|
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var SimilarPersonMatcher
|
* @var SimilarPersonMatcher
|
||||||
|
Loading…
x
Reference in New Issue
Block a user