carbon-cli
carbon-cli copied to clipboard
Does Not Create Stubs for CarbonPeriod
If you define a macro on one of the Carbon classes that support it but are not Carbon itself the stubs are not created.
CarbonPeriod::mixin(CarbonPeriodMacros::class); for example does not general stubs for the CarbonPeriod class.
I intend to submit a PR shortly to resolve this.