Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev/core#3961 - Modify psr-0 namespaces of component extensions to match core #26256

Merged
merged 1 commit into from
May 18, 2023

Conversation

colemanw
Copy link
Member

Overview

Fixes a naming conflict between the new stub extensions added in #26036 and the existing Compucorp CiviCase extension by aligning the new extensions with the naming pattern of core components.

Before

Fatal error: Cannot declare class CRM_Civicase_ExtensionUtil, because the name is already in use

After

No error, code is better aligned with existing components.

Technical Details

I went ahead and made this change to all the stub extensions, because I like consistency and it might simplify the process of moving CRM_* files into the extensions.

@civibot
Copy link

civibot bot commented May 18, 2023

No issue was found matching the number given in the pull request title. Please check the issue number.

@civibot
Copy link

civibot bot commented May 18, 2023

(Standard links)

@civibot civibot bot added the master label May 18, 2023
@seamuslee001
Copy link
Contributor

This seems fine to me

@seamuslee001 seamuslee001 merged commit a57570b into civicrm:master May 18, 2023
@seamuslee001 seamuslee001 deleted the extensionNamespaces branch May 18, 2023 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants