| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | public static function forBootstrappingWithYubikeySecondFactor(NameId $nameId, Institution $institution): self |
||
| 37 | { |
||
| 38 | return new self( |
||
| 39 | sprintf( |
||
| 40 | 'Trying to bootstrap a duplicate identity: an identity with name ID "%s" from institution "%s" already exists.', |
||
| 41 | $nameId->getNameId(), |
||
| 42 | $institution->getInstitution(), |
||
| 43 | ), |
||
| 47 |