Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | class PromiseFactory implements ProxyFactoryInterface |
||
19 | { |
||
20 | /** |
||
21 | * @param ORMInterface $orm |
||
22 | * @param string $role |
||
23 | * @param array $scope |
||
24 | * @return ReferenceInterface|null |
||
25 | */ |
||
26 | public function proxy(ORMInterface $orm, string $role, array $scope): ?ReferenceInterface |
||
29 | } |
||
30 | } |