Completed
Pull Request — master (#951)
by David
05:33 queued 02:50
created

ContainerAwareEntityListenerResolver::register()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 10

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
c 0
b 0
f 0
dl 0
loc 10
rs 9.9332
cc 2
nc 2
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