-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The rule:
ERROR | [x] Newline required after closing brace
Forces this switch statement to:
switch ($categoryKey) {
case 'scarfs':
return static::get('scarfs');
case 'Piercing Tools':
return static::get('tools');
case 'Tattoos':
case 'Liptattoos':
case 'Stickers':
return static::get('stickers');
case 'mobile_phone_cases':
return static::get('plastic');
case 'care':
return static::get('care');
}
; // linting does thisMetadata
Metadata
Assignees
Labels
No labels