| 1 | <?php |
||
| 13 | class SQLiteForeignKeyEnabler implements EventSubscriber |
||
| 14 | { |
||
| 15 | /** @var EntityManagerInterface */ |
||
| 16 | private $manager; |
||
| 17 | |||
| 18 | public function __construct(EntityManagerInterface $manager) |
||
| 22 | |||
| 23 | public function getSubscribedEvents(): array |
||
| 29 | |||
| 30 | public function preFlush(PreFlushEventArgs $args): void |
||
| 41 | } |
||
| 42 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.