| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | abstract class AbstractMethod |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param non-empty-string|null $alias Alias for the method. If not provided, the return type of the method will be used as the alias. |
||
|
|
|||
| 19 | * @param bool $aliasesFromReturnType Add aliases from the return type of the method even if the method has an alias. |
||
| 20 | */ |
||
| 21 | 12 | public function __construct( |
|
| 32 | } |
||
| 33 |