Open Issues Need Help
View All on GitHubAI Summary: Implement a new ESLint rule, `no-useless-catch`, for the `eslint-plugin-php` project. This rule should identify and flag instances of `catch` blocks in PHP code that don't actually handle any exceptions, mirroring the functionality of ESLint's existing `no-useless-catch` rule for JavaScript.
AI Summary: Implement a new ESLint rule, `php/no-empty`, for the `eslint-plugin-php` project. This rule should mirror the functionality of ESLint's existing `no-empty` rule, identifying and reporting empty blocks of code in PHP files.
AI Summary: Create a new ESLint rule, `php/no-debug-utils`, for the `eslint-plugin-php` project. This rule should identify and flag the usage of PHP's debugging functions: `var_dump`, `print_r`, and `var_export` within the codebase.