| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class ArticlesDeleteController |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var EntityManagerInterface |
||
| 25 | */ |
||
| 26 | protected $manager; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param EntityManagerInterface $manager |
||
| 30 | */ |
||
| 31 | public function __construct(EntityManagerInterface $manager) |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param UserInterface $user |
||
| 38 | * @param Article $article |
||
| 39 | */ |
||
| 40 | public function __invoke(UserInterface $user, Article $article) |
||
| 46 |