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

Workaround for composer/composer#5237 - class parsing #16

Merged
merged 5 commits into from
Apr 23, 2016

Conversation

Ocramius
Copy link
Owner

Temporary workaround for composer/composer#5237 - avoids regex parsing of a class template

@Ocramius Ocramius mentioned this pull request Apr 23, 2016
@Ocramius Ocramius assigned Ocramius and unassigned malukenho Apr 23, 2016
@Ocramius Ocramius merged commit 7e9aa66 into master Apr 23, 2016
@Ocramius Ocramius deleted the workaround/composer/composer#5237-class-parsing branch April 23, 2016 17:52
@@ -99,6 +99,7 @@ private static function generateVersionsClass(Composer $composer) : string
{
return sprintf(
self::$generatedClassTemplate,
'fin' . 'al ' . 'cla' . 'ss ' . 'Versions', // note: workaround for regex-based code parsers :-(
Copy link
Collaborator

Choose a reason for hiding this comment

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

S.h.i.t

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