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

Hotfix: PHP 7 warnings on binding internal classes #247

Merged
merged 7 commits into from
Aug 9, 2015

Conversation

Ocramius
Copy link
Owner

No description provided.

@Ocramius Ocramius added the bug label Jul 24, 2015
@Ocramius Ocramius self-assigned this Jul 24, 2015
@Ocramius Ocramius added this to the 2.0.0 milestone Jul 24, 2015
@@ -7,4 +7,13 @@

$configuration = new Configuration();

$configuration->setGeneratorStrategy(new EvaluatingGeneratorStrategy());
$locator = new \ProxyManager\FileLocator\FileLocator(__DIR__ . '/../../tmp');
Copy link
Owner Author

Choose a reason for hiding this comment

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

Note: to be reverted

@malukenho
Copy link
Collaborator

👍 Looks good for me

@@ -7,4 +7,9 @@

$configuration = new Configuration();

$configuration->setGeneratorStrategy(new EvaluatingGeneratorStrategy());
$locator = new \ProxyManager\FileLocator\FileLocator(sys_get_temp_dir());
Copy link
Owner Author

Choose a reason for hiding this comment

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

Will revert

malukenho pushed a commit that referenced this pull request Aug 9, 2015
…g-internal-classes

Hotfix: PHP 7 warnings on binding internal classes
@malukenho malukenho merged commit c8319c4 into master Aug 9, 2015
@malukenho
Copy link
Collaborator

@Ocramius you're fast \o/

@malukenho malukenho deleted the hotfix/PHP-7-warnings-on-binding-internal-classes branch August 9, 2015 23:43
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