Framework pull: auto-revert use statement changes before update
Class override system: .upstream file handling and restore logic Php_Fixer: Redirect use statements to correct manifest FQCN Fix: Only match PHP files in __find_class_fqcn_in_manifest Complete Php_Fixer use statement redirection implementation (checkpoint 2) WIP: Php_Fixer use statement redirection for class overrides (checkpoint) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -38,7 +38,8 @@ class ExtensionRegistry
|
||||
*/
|
||||
protected const CORE_EXTENSIONS = [
|
||||
'php' => ['priority' => 100],
|
||||
'js' => ['priority' => 200],
|
||||
'php.upstream' => ['priority' => 101], // Framework files renamed during class override
|
||||
'js' => ['priority' => 200],
|
||||
'jsx' => ['priority' => 200],
|
||||
'ts' => ['priority' => 200],
|
||||
'tsx' => ['priority' => 200],
|
||||
|
||||
Reference in New Issue
Block a user