PHP Deprecations Audit

Audit and fix deprecated Drupal/PHP APIs in custom code before a major Drupal core bump, on a Dockerized Makefile-driven project. Use when the user mentions upgrade_status, drupal-rector, phpstan deprecation detection, "removed in D11" (or the next major) APIs, implicitly-nullable PHP 8.4 parameters, or fixing custom-code deprecations before bumping core. Runs upgrade_status + rector + phpstan, applies automatic + manual fixes, loops until 0 errors. IMPORTANT: all commands MUST go through Makefile targets; run this WHILE core is still on the OLD major, never after the bump.

JMAILLY c6a8353 6.0 KB Updated

File contents

JMAILLY/claude-migration-skills/tree/main/skills/php-deprecations-audit commit c6a8353900

Frequently asked questions

npx skillmds@latest add jmailly/php-deprecations-audit