phptools-docs
phptools-docs copied to clipboard
Quick action to Implement an undefined method
Would be great to have a quick action to implement undefined methods.
In this case this could be:
/**
* @param Component $component
* @param array $customer
* @return void
*/
public function mapCustomFields(Component $component, array $customer): void
{
// TODO implement method
}