phptools-docs icon indicating copy to clipboard operation
phptools-docs copied to clipboard

Quick action to Implement an undefined method

Open Zerotask opened this issue 2 years ago • 0 comments

image

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
}

Zerotask avatar Dec 20 '22 13:12 Zerotask