✅ This rule is part of the recommended config.
🔧 This rule is auto-fixable.
class Unicorn {
}
try {
foo();
} catch { }
class Unicorn {}
try {
foo();
} catch {}
✅ This rule is part of the recommended config.
🔧 This rule is auto-fixable.
class Unicorn {
}
try {
foo();
} catch { }
class Unicorn {}
try {
foo();
} catch {}