Set final keyword - remove redundant information in phpdoc.

This commit is contained in:
Pol Dellaiera 2021-04-27 23:11:53 +02:00
parent c5250a1059
commit 5448238697

View File

@ -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