SSOStateStoreManager
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 6
Bugs 0 Features 2
Metric Value
wmc 0
c 6
b 0
f 2
lcom 0
cbo 0
dl 0
loc 4
1
<?php
2
3
namespace AerialShip\SamlSPBundle\Entity;
4
5
use AerialShip\SamlSPBundle\Doctrine\SSOStateStore;
6
7
/**
8
 * @deprecated Use \AerialShip\SamlSPBundle\Doctrine\SSOStateStore
9
 */
10
class SSOStateStoreManager extends SSOStateStore
11
{
12
13
}
14