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 Doctrine\ORM\EntityManagerInterface;
|
||||
|
||||
/**
|
||||
* Class PersonController
|
||||
*
|
||||
* @package Chill\PersonBundle\Controller
|
||||
*/
|
||||
class PersonController extends AbstractController
|
||||
final class PersonController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @var SimilarPersonMatcher
|
||||
|
Loading…
x
Reference in New Issue
Block a user