| Total Complexity | 4 | 
| Total Lines | 23 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 16 | class Identifier extends AbstractAsset  | 
            ||
| 17 | { | 
            ||
| 18 | /**  | 
            ||
| 19 | * @param string $identifier Identifier name to wrap.  | 
            ||
| 20 | * @param bool $quote Whether to force quoting the given identifier.  | 
            ||
| 21 | */  | 
            ||
| 22 | 20779 | public function __construct(string $identifier, bool $quote = false)  | 
            |
| 31 | 10663 | }  | 
            |
| 32 | |||
| 33 | 20675 | public function getName() : string  | 
            |
| 41 |