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

Fix for lookup failures on hyphenated data names #5399

Merged

Conversation

rossriley
Copy link
Contributor

Introduce a normalisation step which will allow us to iron out any format inconsistencies for class lookups on the MetadataDriver.

Fixes: #5338

*/
protected function normalizeClassName($className)
{
$className = str_replace('-','_', $className);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No space found after comma in function call

@GwendolenLynch GwendolenLynch merged commit b023bee into bolt:release/3.0 Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants