Completed
Pull Request — master (#951)
by David
01:48
created

ContainerAwareEntityListenerResolver::resolve()   A

Complexity

Conditions 3
Paths 3

Size

Total Lines 14

Duplication

Lines 0
Ratio 0 %

Importance

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