Completed
Pull Request — master (#951)
by David
02:26
created

ContainerAwareEntityListenerResolver::resolveService()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 8

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
c 0
b 0
f 0
dl 0
loc 8
rs 10
cc 2
nc 2
nop 1
1
<?php
2
3
namespace Doctrine\Bundle\DoctrineBundle\Mapping;
4
5
/**
6
 * @deprecated since 1.11 and will be removed in 2.0. Use ContainerEntityListenerResolver instead.
7
 */
8
class ContainerAwareEntityListenerResolver extends ContainerEntityListenerResolver
9
{
10
}
11