| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class ArtisanInterceptor extends Facade |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @inheritDoc |
||
| 13 | */ |
||
| 14 | 8 | protected static function getFacadeAccessor() |
|
| 15 | { |
||
| 16 | 8 | return Interceptor::class; |
|
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Shortcut for getting an instance of the option builder |
||
| 21 | * |
||
| 22 | * @return OptionBuilder |
||
| 23 | */ |
||
| 24 | 2 | public static function optionBuilder(): OptionBuilder |
|
| 27 | } |
||
| 28 | } |