| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 0 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 2 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 15 | 12 | public function __construct(  | 
            |
| 16 | /**  | 
            ||
| 17 | * Alias for the method.  | 
            ||
| 18 | * If not provided, the return type of the method will be used as the alias.  | 
            ||
| 19 | */  | 
            ||
| 20 | public readonly ?string $alias = null,  | 
            ||
| 21 | /**  | 
            ||
| 22 | * Add aliases from the return type of the method even if the method has an alias.  | 
            ||
| 23 | */  | 
            ||
| 24 | public readonly bool $aliasesFromReturnType = false,  | 
            ||
| 25 | 12 |     ) {} | 
            |
| 26 | }  | 
            ||
| 27 |